Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by markfrancombe · Feb 14, 2013 at 12:44 PM · animationmechanim

Using old animation clips in Animator

In the old animation system, I used many animation clips in the slots for motions on a character... I have discovered that it is impossible to drag them into the Animator window, UNLESS, the are part of a character . As I have collected a bunch of animations that are NOT in this ofrmat, I was wondering if there was a way to get them in there.

Im getting a warning that: Animation clip 'Character_Model_2@mid-air falling idle - loop' is not retargetable. Animation clips used within the Animator Controller need to have Muscle Definition set up in the Asset Importer Inspector

But where is this Asset Importor Inspector? Is this a pro thing? Im in Unity Free!!

Thanks

MArk

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image
2

Answer by furic · Jul 23, 2014 at 07:47 AM

To change old anim to new anim which can be used in animator, use DEBUG options in the inspector and set the Animation Type to 2

screenshot1 screenshot1


screen-shot-2015-04-21-at-71541-pm.png (22.8 kB)
screen-shot-2015-04-21-at-71553-pm.png (27.4 kB)
Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Defonch · Jan 26, 2015 at 05:00 AM 0
Share

Thanks a lot, this worked like a charm! Just to make things clear, you first need to select an Animation, then in the inspector panel -> left click on the Inspector Tab settings icon and select "Debug". Now you'll be able to change the Animation Type to 2. Finally save and voilá you can now drag and drop the animation in the Animator Panel :)

avatar image
1

Answer by mastarxtnz · Jun 20, 2013 at 09:43 AM

Go back to your main Fbx (on Inspector) and change something on the muscle definition. Once you have applied this modification, then this will open an option to "update reference clips". This will validate the old clips and you can used them in the animator controller.

Comment
Add comment · Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Namey5 · Nov 18, 2013 at 09:12 AM 0
Share

Where exactly is this muscle definition section? I am making my own animations in unity and cannot use them with $$anonymous$$ecanim. Please help.

avatar image mastarxtnz · Nov 18, 2013 at 10:19 AM 0
Share

In the Avatar Definition: Select the fbx on the project panel. Then in Rig press Configure, this will give you access to the muscles def.

avatar image Namey5 · Nov 19, 2013 at 07:12 AM 0
Share

Thanks so much. But (sorry) umm, what exactly do you change in the muscle definition? P.S. thanks for replying so quickly.

avatar image mastarxtnz · Nov 19, 2013 at 08:46 AM 0
Share

For instance move the head back and forth, so that the system detects some (slight) changes. This was enough for myself. Sounds crazy, I know.

avatar image Namey5 · Nov 20, 2013 at 09:03 AM 0
Share

ah. i see. thanks so much, but the animations were ones i made in unity with a model, so the animations are not attached to the fbx.

Show more comments
avatar image
0

Answer by markfrancombe · Nov 19, 2013 at 09:07 AM

All of the above was very useful, so thanks! It was a while since I posted this, and I have acquired some mo-cap anims now, so am doing stuff a different way, however, I still think that the issue described above is relevant not yet answered.

Let me explain. My Animation clips that I was using in the old system, were JUST the animation clips. no fbx. As they were all set up for Mixamo characters, and I hand made models using the same bone structure, they worked everywhere.

My question really should have been as simple as Can you use LOOSE animation clips with Mecanim, or do that all have to be in the fbx format?

Mark

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image NateJC · May 30, 2014 at 10:04 PM 0
Share

I have this same question. Did you ever find an answer?

avatar image
0

Answer by m-h-skandary · Dec 29, 2015 at 01:32 AM

All the files containing modelName@animationName are only animations. This way Unity knows animation files with name " modelName@animationName " are for the model named "modelName". To play the animationName on the modelName, after creating an Animator Controller and adding it to the model and setting up the clips (drag fbx files in Animator) select modelName from your Assets. go to Animation tab, then uncheck the Import Animation checkbox. After that, if you play a clip from Animator the model will follow it.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

14 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Continuously Play Animation Forwards and Backwards with Mechanim 0 Answers

Can I set Animator State Transition defaults? 3 Answers

Setting Animator animations time. 1 Answer

Can I make animations snap to a frame? 1 Answer

How to disable/override a part of an animation created in Unity 2017.4 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges