How to make particles follow parent nodes position or an offset instead of global coords or emitter coords.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Merlin1846

I would like to have a Particles2D that emits particles at the parent node’s position instead of the position of the emitter, or instead have it emit them at an offset in global coordinates. I do NOT however want them to just be put straight to global coordinates, however. Is this even possible? I know it can be done with CPUParticles2D by setting it to output at points then having a single point where you want them. But can this be done whit Particles2D or do I have to modify the shader?

I would like to have a Particles2D that emits particles at the parent node’s position instead of the position of the emitter

What do you mean? Position of Particles2D node is the position of emitter.

sash-rc | 2022-02-20 21:52