I have made an animation for a “pipe” that i made but when i try to play the game and use the animation the console says that i need to mark the animation as legacy. I have read other answeres about this problem but i cannot find the Tab “Rig” in the inspector of neither the “pipe” nor the animation. This is the video that i am following in doing this project :3. Unity Tutorial Animation and Health - Create a Survival Game - YouTube
2 Answers
2You need to find the animation importer then Rig:
http://docs.unity3d.com/Documentation/Manual/CreatingtheAvatar.html
Then Animation Type (I think it was there).
You can try switching the inspector of the animation clip to “debug” and then you will see the legacy toggle and will be able to activate it.
troien already pointed that out, so I'll wait till he posts since I figured it out wiht his help.
– sniper43