- Home /
Confusion about transitions between animations categorized in different Sub-states
Hi,
I've been laboring over trying to get an animation to transition from within one sub-state to an animation within another sub-state. While transitioning to (up) animation level from that state & creating a pathway between the two substates at a higher level, Ive been able to do this, BUT the animation ALWAYS chooses this path. I have it set up to be a conditional between 3 different anim.integer determined options, and yet it picks this one regardless of the integer. Can somebody tell me what I'm doing wrong here?
Answer by righteous9 · Feb 05, 2021 at 05:03 AM
wow....20 seconds after typing this I finally figured it out. Transition between substates has to have the condition in place, and within the substate transitioned to, I also need to apply the conditional at the transition I add FROM the entry point to the desired animation.
Your answer
Follow this Question
Related Questions
Should we check animation condition in Update or FixedUpdatE? 3 Answers
Animator conditions, no bool state selector. 1 Answer
Animator dont transition to self or any sub state 2 Answers
How check if an animation trigger is playing? 1 Answer
Dynamically accessing value for multiple usage in AnimatorController transition conditions. 1 Answer