Godot Version
Godot 4.4
Question
I have fire effect where particles are emitted from center to all directions. The first screenshot show how the effect looks then the effect is not moving. Particles are emitted to all directions as expected. The second screenshot shows what happens then the node containing the GPUParticles2D moves. Now the Y component is almost completely missing. Particles are not moving up or down.
What causes this and how can this be fixed?