- Home /
The question is answered, right answer was accepted
Edit animation in animation windows
Hey,
I have been trying to create animation using the animation tool from unity. Problem is that I am still learning it and I made a couple of wrong move.
Now I have an animation file that is far from over but I cannot open it again in the animation window.
The idea is how can I reopen it to continue working on it? As well, I could open existing animation from unity tutorials and modify at will. I can seem to find the load animation button...
Thanks.
Answer by Berenger · Jan 13, 2012 at 06:08 PM
To edit the animation, you need to select a GameObject, make sure it has an Animation component in the inspector or add it if not, assign the animation in question to the Animation list of that component, then open the animation window and select your animation. it's under the time control buttons, beside the object popup.
I got it. That was actually quite simple thanks. 1 up for you.
Based on the date I'm guessing this is for Unity 3, any tips on how to do this with Unity 4?
Confirmed, thanks. That "Open" button on the Animation inspector pane is sure a $$anonymous$$se.
It doesn't work if you have both an Animation and an Animator components attached to object (in case an Animator disabled too). Remove an Animator component before.