Rotate Sprite in Particle System

Hey.
i want to create a splash effect, when a player is hit. i want to emit blood drops from the center of the player. My current problem is, that the sprites have all the same rotation.

Do you know how to change the rotation so that the round part of the blood drop face at the direction, the particle is moving at?
Greetings

In the Renderer module, set the render alignment to Velocity.

Thank you, now its working like a charm :slight_smile:

1 Like