ParticleSystem force over lifetime change?

Hi,

How could i change the ParticleSystem’s force over lifetime module?

I would like to increment the “force over lifetime” X value by the time

Ah ok, thy the information ! :slight_smile:

I found simple solution. Just add Constant Force component to Particle System and then use Vector3 as your “Force over Lifetime”

myParticleSystem.constantForce.relativeForce = new Vector3(1, 2, 3);