Just wondering what would be the best way to make the particles follow the emitter's location?
At the moment, when a particle spawns it is entirely independent of the emitter that spawned it. Which means, if the emitter moves, the particle is left behind to do its own thing. Normally this is ok, except I have a situation where I need the particles to follow the emitter (remain in the emitter's local space) so if the emitter moves 100 units to the left, then all the particles need to move 100 units to the left as well, for example.
Is there an already existing way to handle this or do I need to create a new module to do it somehow? I'm just not entirely sure what I need to put in the module to achieve this.
At the moment, when a particle spawns it is entirely independent of the emitter that spawned it. Which means, if the emitter moves, the particle is left behind to do its own thing. Normally this is ok, except I have a situation where I need the particles to follow the emitter (remain in the emitter's local space) so if the emitter moves 100 units to the left, then all the particles need to move 100 units to the left as well, for example.
Is there an already existing way to handle this or do I need to create a new module to do it somehow? I'm just not entirely sure what I need to put in the module to achieve this.
Comment