Question by
WojciechBusz · Mar 16, 2019 at 08:14 PM ·
animationanimatorstate
GetAnimatorTransitionInfo(0).IsName("Any State -> otherStateName")
Is there a way to get the animator transition info of "Any State" to otherStateName? I don't want to code in every single possibility of Any State. Also GetAnimatorTransitionInfo(0).IsName("Any State -> otherStateName") always returns false - "Any State" is not recognized as a state in itself.
Comment
Your answer
Follow this Question
Related Questions
Get when animator change state 0 Answers
creating animator transitions using script 0 Answers
Checking how far along a animation is 0 Answers
Animation is not playing eventhough state shows it 0 Answers
Animation start delay 0 Answers