UV coordinates aren't imported/are screwy

Hi, I made a model, UV mapped it, saved it as an .OBJ, and imported it into Unity(along with the texture). I made a material for it, added the texture to the material, and added the material to the object(model). However, the UV cords are all messed up. It doesn’t look anything like it did in my modelling program.
Did I screw up somewhere in the importing of my assets? Or what?

P.S. I didn’t really know of any good tags to add to this, sorry.

Click on your model in the Assets/Project Pane, and under the FBX import option, click on ‘Swap UVs’ and see if that sorts them out.


We have had this happen to us. Legacy projects mostly. Only solution was to start new project. The same model breaks in Unity on one project and works fine in the new one. No idea why.

What 3D application are you using?

I’ve seen similar issues when people are exporting from 3Ds max and have either open holes in their mesh or have 2 vertices that are in the exact same position. If you are using 3Ds max, then there should be an error when you are exporting saying that the UV coordinates are wrong, you can solve this by selecting all the vertices on your model and use the “weld tool” with the weld radius set to a value very near 0.

If you are not using 3Ds max, then i am not sure what the problem could be, but you could always try messing around with the exporter :slight_smile:

Mostly its because of fbx exporter’s fault. I dont know the reason but I know the solution. Export your object as obj file, then import in max, than re-export as fbx. It should be work. This is the solution.