Rotating FBX file?

Hello,

I have a FBX model with many animations.

The problem is that unity is changing X/Z axis.. thats why my character is not moving forward.

First I wanted to rotate it with 3D Studio Max, but it doesnt allow me to open more then 1 animation layer.

So I was trying with MotionBuilder.. It detects every animation.

But I need to rotate the model in every single animation frame (12 animation x 50 keys). And thats impossible to do manually.

Is there any function in unity to rotate the fbx model? Or any function to automaticle rotate the model in MotionBuilder? (Without doing frame by frame)?

Thanks

I you import with animations into Max it will bring all anims in as take 001. Then select the skinned mesh and go to Hierarchy tab. Choose effect pivot only and rotate the pivot +90 in the X (90,0,0) Then export as Y up and you should be fine.

Or you could remove all the animation keys but keep the mesh skinned. Follow the same rotate pivot procedure and then export the skinned mesh as a new FBX and use the anims from the other FBX.

In motionbuilder about all you could do is re-target the anims on to a new rig (major pain)

in Unity you could parent the skinned mesh to an empty game object and then rotate that to correct the mesh orientation