Search code examples
animationunity-game-engine

Unity - stop animation loop


How can I stop make unity continuous looping

what I have done

1- I add animator to my object.

2- I create animator controller

3- I create my animation

4- finally link my animation controller to my object

enter image description here

it works just fine , but it keep looping

how can I make it animate just once


Solution

  • In your project panel select your animation and in inspector unCheck Loop Time property. That will stop looping your animation :)