- Home /
Animation clip 'BackgroundAnim' is not retargetable?
I was trying to attach an animation to a state in my AnimatorController. However, it won't let me. It gives me this error: Animation clip 'BackgroundAnim' is not retargetable. Animation clips used within the Animator Controller need to have Muscle Definition set up in the Asset Importer Inspector UnityEditor.DockArea:OnGUI(). I have no idea what that means and what I need to fix. What does this mean and how can I fix it? Thank You!
Retargetable animations are only supported for humanoid rigs, I believe. What object is it you are animating, and how did you create the animation?
It was an animation I made by taking many images and dragging them onto a animation pane.
Your answer
Follow this Question
Related Questions
Animator Override Controller changed at runtime doesn't always play the animations correctly 1 Answer
Why does my transition freeze the second animation on it's first frame? 1 Answer
Dynamically create states and transition using Animator Controller 1 Answer
Is there a way to change the WrapMode of all Animations in a Mecanim Animator? 1 Answer
How to change speed of the specific state in animator 1 Answer