This is my scenario.
- I have an enemy character with a collider.
- When a projectile triggers the collider, an animation is played on the character using animation.play()where the character flies backwards.
I now want to know how I can have the blood particle system follow the enemy as he flies backwards.