• 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
Question by matpneu · Aug 31, 2013 at 09:06 PM · animationimportblenderfiles

Unity not importing blender animations at all

Hello, i have a terrible problem, i was working with unity and blender files, and everything was great, but for some reason Unity stopped importing animations in my blender file for no apparent reason, i was making a new animation on blender, i saved the file, and all my animations were gone on my proyect window, sometimes some of the animations are imported, this is when i play a little with blender settings, but still, most of my animations are gone. This is a terrible problem for me, and i have no idea how to solve it, please, i need help.

Comment
Jeeses

People who like this

1 Show 8
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 DESTRUKTORR · Aug 31, 2013 at 09:16 PM 0
Share

The only reasonable explanation I could think of is that you might be using some more advanced animation that Unity doesn't support, though it should still show up in its list of animations.

Are you certain you exported the animation from Blender, and had "Import Animations" checked in Unity?

avatar image getyour411 · Aug 31, 2013 at 09:27 PM 0
Share

The Blender / Unity pipeline is very fragile; check your Dopesheet in Blender for any bones that have been renamed or removed during your animation edits/keyframe fiddling, etc. Also check in Blender in Object Mode that you are at 0,0,0 and didn't accidentally move it.

avatar image matpneu · Aug 31, 2013 at 09:38 PM 0
Share

Thanks for your answer,well, i tried with an older version of my file, to restore most of my animations, so i think the most recent file was kind of corrupted, is this possible?

avatar image getyour411 · Aug 31, 2013 at 10:12 PM 0
Share

Unlikely. In all my past woes, I've found the issue to be something I did and not a generic Blender/new release bug or file corruption.

avatar image CHPedersen · Aug 31, 2013 at 10:20 PM 0
Share

This can occur (like DESTRUKTORR pointed out) if you've used an animation type in Blender that isn't supported in Unity. An example of this is morphing the mesh. If the FBX contains such an animation, Unity will simply ignore it on import.

Show more comments

7 Replies

· Add your reply
  • Sort: 
avatar image

Answer by meat5000 · Sep 01, 2013 at 08:49 PM

alt text

In Dope Sheet, select Action Editor. Name your animation in Action box, click the F button.

Make your animation.

To make a new one click the + button. Don't simply rename and hope for the best. Make sure to click F. This way, all animations saved under different 'Actions' will appear as separate Clips in Unity.

alt text

Upon export, make sure 'Include Animation' and 'All Actions' are checked but you don't need 'Include Default Take'.

Make sure to click 'Import Animation' under the model import tab. (I shall post pic in comments. Max 2 allowed).

These steps should give success.


actioneditor.jpg (66.0 kB)
export.jpg (64.0 kB)
Comment
slimabob
unity_e-SXBZw0j2m2LA
Harlinos

People who like this

3 Show 2 · 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 meat5000 ♦ · Sep 01, 2013 at 08:50 PM 0
Share

alt text

Notice how all clips are separate using Action Editor method.

animations.jpg (71.3 kB)
avatar image Daphoeno · Sep 26, 2014 at 05:21 PM 0
Share

@meat5000 Do you some of the options you showed on the FBX export tab are not there on newer versions of blender. I am having the same problems as matpneu but I can't seem to fix it

avatar image

Answer by latorril · Sep 06, 2016 at 06:19 AM

PLEASE READ THIS!

[none of the other tips worked for me - even FBX failed]

Search your animations for SCALES of 0.

I included some animation keys with 0 as the scale for a few bones, and some of my animations stopped importing. This created inverse matrix issues.

Another side-effect or indicator of a problem was that an annoying Default Take was being included in my animation list in Unity after import.

Since removing all 0-scale keyframes, I can now use the raw .blend file and I don't have to export to FBX at all.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Tip: If you are getting import errors in Unity from Blender, one useful thing to do is export to FBX and read the error logs in Blender (if they occur).

This is an image of the error that I got with the error at the bottom:

ValueError: Matrix.invert(ed): matrix does not have an inverse alt text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Another Tip - How to find the culprit animation without going nuts:

In the Unity animation window you can see where your animation(s) may have stopped importing. Check each animation - you might see an animation with part of the bone hierarchy missing - this is indicative of the problem animation.

Image of bad animation - missing the rest of the armature hierarchy (there are more bones included in my armature than shown here - compare animation hierarchy against your full armature): alt text

@matpneu @Jeeses @getyour411


1.png (309.4 kB)
5.png (252.1 kB)
Comment
Arustyred
ohnocall911
Krazy0range

People who like this

3 Show 0 · 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

Answer by z_orochii · Dec 17, 2016 at 08:34 AM

I'm sorry if this is a late response but I've just figured out how to add new animations.

It's kind of clunky since the first time the program reimports with no problem at all. But you can always manually add animations to the mesh. It's my best bet since deleting the file and reimporting it is terrible if you have things like animation events and other kinds of metadata. Better than me trying to tell you where things are. 1: Select your mesh.

2: Press the plus (+) sign.

3: Select the corresponding animation from the dropdown list. Additionaly name it properly!

It's so simple yet I probably got confused because it auto imports them the first time.


addanimatios.png (74.2 kB)
Comment
HeckTM
ShadowUser19
bardackx

People who like this

3 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 bardackx · Sep 09, 2018 at 05:47 PM 0
Share

I thought my Animations were not being imported, they were just hidden! thank you!

avatar image

Answer by aer0ace · Jun 26, 2015 at 07:37 AM

I was running into similar issues today. However, my situation was a little different. I was using the Unity .blend importer, and on first load, my animations appeared, but after updating the import settings for the .blend file to add looping, one of my animation clips went missing. I tried re-importing in numerous different ways to no success. I've since decided to export FBX from Blender and import that into Unity instead. I think the FBX importer is a lot more stable than the .blend importer.

Comment
Jeeses
slimabob

People who like this

2 Show 0 · 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

Answer by Jeeses · May 09, 2016 at 08:20 PM

Unity didn't import additional animations form a Blender file, which I changed and wanted to re-import. My solution was to rename the .blend File. The problem appeared after I set one of the existing animations to loop. I guess unity stores some information inside a meta file, which prevents it from importing additional Animations. And after renaming, Unity is doing an all fresh import of the .blend (cause there is no associated meta file with that name) and voila I got all my animations. Perhaps deleting the Meta-file will do the magic too, but i didn't tested that.

Comment

People who like this

0 Show 0 · 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
  • 1
  • 2
  • ›

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

28 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 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

Problem to import animation in unity 2 Answers

Animation problem 1 Answer

Adding new Animation to existing Animator not working correctly 0 Answers

How to import character from Blender to Unity? (Troubleshooting) 1 Answer

Blender animation inport problem 3 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