- Home /
Accessing AnimationState in Animator
Hey,
I am using the Animator with my Avatar, but I can't seem to be able to get access to the AnimationState. I see GetCurrentAnimatorStateInfo() and GetCurrentAnimationClipState(), which give me the info and the clip, but still no access to the clip state! I want to use AddMixingTransform() on the current animation to enable a ragdoll on say just the arm. How can I access the animation state?
Not an answer to this specific question, but I found there is no need to get the AnimationState and use Add$$anonymous$$ixingTransform. I can use Avatar$$anonymous$$asks in the animator
Your answer
Follow this Question
Related Questions
Get an Animator state inside an AnimationEvent callback of the last frame 2 Answers
Why does this animator appear to occupy two states, but report only one? 0 Answers
What is the proper way to wait for an Animator Controller to update? 1 Answer
Mecanim Animation Gets Stuck 0 Answers
Can't set animator bool to True 1 Answer