I’ve imported a 3d model fbx from maya into unity. It looks very strange, there seems to be some kind of depth problem. The character’s left arm overlaps her body when it shouldn’t be visible, and the same applies to other body parts. The legs should not be visible under the character’s skirt as well.
I’ve checked that the normals are facing the right direction in maya, which fixed backface culling problems in the past. I also made sure to calculate the normals in unity. However, the problem still persists. How can this problem be fixed?