hi
I have a query like simple.obj package is useful for loading .obj(A mesh may not have more than 65000 vertices.) files in runtime.please send your opinions.
Not quite sure what opinions you are looking for Just so you know there is a OBJ reader in the Unity wiki already http://wiki.unity3d.com/index.php?title=ObjImporter
hi Mike…
Thanks for your reply.What you send that is helpful for me.But when i am loading .obj file getting error like this,i am sending the screenshot of my console.
Your obj file obviously has more than 65000 vertices. AFAIK that is a hard limit in Unity. You might need to break it up into smaller meshes.