[SOLVED] Particle rotation

Hi, I’m trying to achieve the rocket tail effect with particle Effect,the particle looks like this

I just move it along the X or Y axes ,but it just worked like this:

How can I set the properties of the particles,and let it rotate with the entity?

1 Like

Hi.

You have to change localVelocity instead of regular

Is it that you want particles to move relative to the emitter coordinate system? If so, that’s not how the particle system works. The animation of particles is disconnected from the emitter’s movements.

Thank you for your advise. It resolved my problem.:slight_smile:

Thank you for your advice, but maybe I did not express my meaning properly. I get what I want by change localVelocity instead of regular.

Oh, OK, great. :slight_smile: