Animations in FBX exported from Maya are anchored in the wrong place

Posted by Simon P Stevens on Game Development See other posts from Game Development or by Simon P Stevens
Published on 2012-01-28T17:26:48Z Indexed on 2012/03/28 23:46 UTC
Read the original article Hit count: 511

Filed under:
|
|
|

We are trying to export a model and animation from Maya into Unity3d.

In Maya, the model is anchored (pivot point) at the feet (and the body moves up and down). However after we have performed the FBX export, and imported the file into Unity the model is now appears to be anchored by the waist/head and the feet move.

These example videos probably help explain the problem more clearly:

We have also noticed that if we take the FBX file and import it back into Maya we have exactly the same problem.

It seems to be that the constraints no longer work after the FBX is reimported back to Maya, which just kills the connection between the joints and the control objects.

When we exported the FBX we have tried checking the 'bake animations' check box.

The fact that the same problem exist when importing the FBX back into both Maya and Unity suggests that the source of the problem is most likely with the Maya FBX export.

Has anyone encountered this problem before and have any ideas how to fix it?

© Game Development or respective owner

Related posts about animation

Related posts about unity