- Home /
Very fast animations trigger multiple times
When the speed of the animation is 1, the animation is done once and then becomes idle. However, When I change the speed to something like 5, the animation runs multiple times.
I have tried everything and searched the internet but no results.
Any help is appreciated.
probably you would need to edit the transition arrow, probably the error is with hasExitTime
@xxmariofer @alabdaly Exit Time doesnt change the behaviour
it goes to the iddle state each time and goes again to your animation? or it just plays is loop multiple times?
Answer by eplante · Aug 05, 2019 at 03:09 PM
Click on your animation and then in the inspector, uncheck the "Loop time" check box.
If that doesn't cut it, check that there is a transition between your animation and your idle state inside your animator. If you don't have an idle state, Right-click->Create Sub-state->Empty and set it as default by Right click->Set layer as default state. Then link your animation to that state going both ways.
you need to read his question before sharnig a solution, not only the tittle
Nothing hlelped. Also, the problem occurs only when the speed of the animation is fast.