Reputation:
I am new to unity3d. I was following Unity Official Tutorial Series(https://unity3d.com/learn/tutorials/projects/survival-shooter/player-character?playlist=17144)
They did it on Unity 4
I used the same script..
But i think it's the problem in animator panel.
I mean when i run the app it starts animating according to the following order
On the above image under the setting option it shows idle then move.. According to it when i click on start game it shows idle animation for some sec them move for few second..
I am using the same assets they were using..
So help me... OMG I am so NOOB
Upvotes: 0
Views: 96
Reputation: 680
It is happening because you have Has Exit Time enabled. This flag should be unchecked if you want to use a (solely) parameter based transition.
Upvotes: 0