Importing .fbx doesn't have texture or animation

This is my first time trying to get 3D models into Unity game.

This is what I did to try to import it so far:

  • The artist exported from Maya as .fbx (I don’t have Maya on my PC)
  • I imported the .fbx
  • When I look at it in the inspector - it is just the model with no texture
  • When I went to the Animation tab, it has the correct number of frames, but nothing plays when I press preview.
  • Read that maybe I should set the rig to “Legacy” instead of generic… tried that… Nothing changed.
  • I cry myself to sleep

Help?

Thank you in advanced :slight_smile:

The texture files of the model have to be imported into Unity as well. The materials of the model are probably there after the import, but they probably need the textures hooked up to them. You also have to choose which shader to apply to the material.

If you’re using humanoid models, I’ve found the rigging to be a real problem. For Mecanim, at least, the rig has to be done just the way Mecanim wants it. If you’re bones aren’t setup just the way it likes you’ve got major problems. I resorted to skinning and rigging the models over again from scratch using the exact bone structure Mecanim wants, which worked quite well using the Humanoid option. Hope that helps some how.

But if it’s not animating and its not a problem with the animation, then I would expect the rigging in Unity.