- Home /
Animation Running Game
Hi, everyone!
So, I'm learning about animations in Unity, and I'm practising with a simple running game. The character starts off with a running position, then changes to a jogging position...that is simple. But I want him to change to an idle animation once he collides with the barriers and I'm having an hard time figuring that out...Should I use bool? Trigger? Or it is something that it is best done scripting?
Thanks for the help!
Your answer
Follow this Question
Related Questions
How to deal with the Transitions If I have ten or more kinds of Animations in Unity Animator? 0 Answers
unity animator transition keeps transitioning to beginning of animation 2 Answers
2D animations transitioning too quickly and looping before finishing 2 Answers
How to reset animator controller ? 4 Answers
Randomly Play Animator Animation 0 Answers