Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I have several animations that I am using on a GameObject. I switched the folder they were stored in, and they got detached from the gameObject. How can I add the existing animations to my gameObject without having to recreate them?

I am not looking to do this programmatically. I just want to undo the damage I have done without having to start over. Ideally, I want a "Load Animation" option from the Animator window in the editor, but that does not appear to exist :-/.

share|improve this question

Just drag the animator controller that has your animations in it to the Animator on your game object you should be able to access your animations again.

enter image description here

share|improve this answer
    
I am trying to build rebuild the Animator from the saved Animations – Evorlor Jan 24 '15 at 18:42
    
not sure what you named yours but it will look like the example image above. drag that to your animator and when you access the gameobject that has the animator you can now see your saved animations you made in the animations tab – Justin Markwell Jan 24 '15 at 20:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.