My Model Is Broken When I Export It To Unity

I encounter this problem when I import my 3d model into unity
How can I get rid of this problem?

It looks to me like your normals aren’t correct. Most modeling applications will render back faces, but game engines do not (unless the shader you’ve assigned to their material indicates it should). Try inverting the normals on the problematic objects and reimport.

2 Likes