- Home /
Why does my transition freeze the second animation on it's first frame?
https://i.gyazo.com/a4e4345db2c9455c671eafa1ea3e009f.png
My idle animation works, but when I try to transition to my running animation, my character freezes. In the animator it says that running animation is looping, but in the actual game, my character is frozen. In addition, when I try to click preview on the animation clip, it looks like it works fine, but in the transition it's frozen.
in the preview it will always work because he only simulates what animcion ago, rather tendriaqs to revise having precionado on the subject of the escenasi actually enters the condition IsWalking "true" to see if Verdas goes from idle to walking. also as you are using condition parameter in your script. the imgen me Current transition not much. only you are showing me 1 animation sequence to another.
Answer by Cynikal · Aug 10, 2016 at 02:25 PM
Are you setting "IsWalking" to True?
I would suggest you get rid of a bool for that, and use a Speed.
Example: Walking - Speed_f is greater than 0.1f. Depending on which system you're using to make the character walk, getting it's velocity isn't hard at all.
Your answer
Follow this Question
Related Questions
Animator Controller 2D RPG Best Practices 0 Answers
How to play an Animation only once from my MachineState Animator? 2 Answers
Some parts of animation not playing 0 Answers
Animator Override Controller changed at runtime doesn't always play the animations correctly 1 Answer
Dynamically create states and transition using Animator Controller 1 Answer