Kataware
Kataware

Reputation: 187

Unity Animator Default Layer State Freezes on First Frame

I animated a knife being drawn and an Idle state, however no matter what I do they will not animate in game. It instead freezes on the first frame. Thi is what the animator window looks like when it is running: When running

The Animation: The Animation Tab

And in the inspector:

In the Inspector Tab

Upvotes: 3

Views: 5267

Answers (1)

Will Carlough
Will Carlough

Reputation: 81

I was having a similar problem and it came down to the transitions in the animation controller having "Can Transition to Self" checked, and unchecking it allowed the animation to run.

Upvotes: 6

Related Questions