I was wondering if you can change the velocity of particle that have been already created.
I tried changing the emitters world velocity but that doesn't seem to look right.
emitter.worldVelocity = Vector3.down * gameSpeed;
Can you effect already created particles?