Topic: Animating projectiles

I’m making a 2D fighter using this engine and I can’t figure out if there is a way to make my projectile loop an animation, is this possible? Thank you!

Share

Thumbs up Thumbs down

Re: Animating projectiles

It's possible.
Are you trying to loop a sprite based animation?

Share

Thumbs up Thumbs down

Re: Animating projectiles

Yes, I am trying to loop a 2D sprite. The projectile works great otherwise

Share

Thumbs up Thumbs down

Re: Animating projectiles

Here's one way to do it
Create an empty GameObject
https://i.imgur.com/sjN7UsW.png
Create Animation
https://i.imgur.com/UCoPFN2.png
Assign the Animator Controller to an Animator component.
https://i.imgur.com/uw6U6Jp.png

Share

Thumbs up Thumbs down