- Home /
How to re-order transitions in animator controller.
So I am using Unity 2019.3.0a2 and I am having trouble with the order of animation transitions. I already know that Mechanim uses the transition list order to determine the evaluation order. You can view the transitions in the inspector by clicking the starting state.
Is there anyway to re-order the transitions without having to re-attach them all?
Your answer
Follow this Question
Related Questions
Can animation clips be swapped out of the animator override controller in runtime? 1 Answer
Animator slow transitions and animations playing twice. How to set up transitions correctly? 0 Answers
Force faster transition from empty state? 0 Answers
How to choose between two animation options in the Animator? 1 Answer
Dynamically accessing value for multiple usage in AnimatorController transition conditions. 1 Answer