- Home /
Animation not working Properly (Blender to Unity)
Hi there, I have a walking animation for a goat. In Blender, the animation plays properly. I unity the mesh is awful deformed. I used .blend and .fbx export. Both have the problem. Here is a video: http://www.youtube.com/watch?v=S-ioVLFkp7s
Thanks garmadon98
Answer by Paulius-Liekis · Nov 05, 2012 at 12:50 PM
Make sure you don't have import warnings/errors in the console.
These kind of problems are usually caused by the fact that some vertices do not have bones assigned to them.
Try switching from 2-bone-per-vertex to 4-bone-per-vertex in either Quality settings or on SkinnedMeshRenderer component.
Your answer
Follow this Question
Related Questions
Blender Animation Problems 3 Answers
Blender Animation in Unity Problem 0 Answers
How can I get a blender FBX file's animations working in Unity? 0 Answers
How Do I Fix This Problem With My Normals?? 0 Answers
How to export MMD model to Unity? 0 Answers