Broken mesh on GL ES 2.0

I’m having trouble with an imported FBX mesh, it loks fine and proper on PC and in the editor, but it’s completely broken on the mobile previewer and an actual mobile device, which leads me to believe that it’s a GL ES-specific issue.

Here are screenshots:



I’ve uploaded the FBX file to [MediaFire][3] for examination, if you guys have another viable alternative I could upload it to, do share.

Its been exported through Blender’s FBX exporter.

Hi!

Your model not ready for mobile version. The model does not meet the standards of Low Poly modeling. Vertex count is very high for single static mesh.

Read this docs:

PS: and model is very-very huge. Check size.

That was it, I reduced the vertex count and it shows up properly. Thank you. :slight_smile:

I forgot that mobile is limited to 16-bit meshes.