Empty Animator changes humanoid pose on play

I’m struggling to use a humanoid animation, as the pose jumps to a different position when unity is played. Out of frustration, I deleted everything and started again, but got to exactly the same place.

I created a model, rig and simple right-arm wave animation in Blender. All works fine. I imported to Unity as an FBX. I set the rig animation type to Humanoid and Avatar to Create from this Model. I checked the Configuration and all the bones linked up correctly. I checked the import animation under the Animation tab and I can see the correct animation in the preview pane.

When I drop the model into a new scene, it looks correctly posed (default T Pose). When I play unity it stays correct. But if I set the Animator component’s Controller field to a new, empty animation controller and play unity, now my model changes pose. The knees, elbows etc all have bends added to them.

What’s causing this? The pose generated on play is not one I have created.

I noticed that if I choose Generic instead of Humanoid for the rig, this doesn’t happen. But I am hoping to use Humanoid for later IK stuff.

Unity 2017.2.0p1. Blender 2.79

Thanks :slight_smile:
David

Confirm the avatar definition of the animation matches the avatar definition of the character.