Import animation from Blender to Unity

Hi,

Sorry i don’t speak very well English. I try to import into Unity a model created on Blender. I have trying direct import and with fbx export from Blender but the result as the same: The dress I added to the model does not look good.

Can you help me ?

I using Blender 2.78 and Unity 5.5.2f1 (64 bits) on Windows 10.

Thank you for your help !

Looks like the normals on the dress are facing the wrong direction so it’s actually the inside that is rendered.

Try flipping the normals on the dress in blender https://docs.blender.org/manual/it/dev/modeling/meshes/editing/normals.html

Hi !

OK it’s good now ! But, i have another problem, i have imported model for a Third Person Controller. But when i play my model tremble:

Can you help me ?

OK i found ! I haved a animator in my model and another on ThrirdPersonController. I removed the animator on my model and now it’s OK !