- Home /
Does unity support large .obj files?
I have a .obj file that needs to be imported into unity but whenever i tried importing it unity doesnt support it. What can i do to solve this problem. Does unity support the large obj files or how large does it support ? any suggestions.
Answer by matteo.franchini · Mar 09, 2016 at 07:18 PM
Unity supports .obj files http://docs.unity3d.com/Manual/HOWTO-importObject.html Maybe the file you are trying to import is corrupted...you can try to open the file using a 3D modelling software such as blender, save the model as a .blend file and just copy the resulting file in the asset folder of unity.
Your answer
Follow this Question
Related Questions
Save on FileStream using WriteLine 0 Answers
can’t import alembic file 0 Answers
Can't import package 3 Answers
Open galley for ios 0 Answers
Model/mesh has huge collider even though there is no collider added and even if there was why so big 1 Answer