How can I get emitted particles to follow the camera. I can get the emitter to follow the camera by just parenting the particles system to the camera but already emitted particles always in the place they were emitted,
ParticleEmitter.useWorldSpace
“If enabled, the particles don’t move when the emitter moves. If false, when you move the emitter, the particles follow it around.”
Thank you!