- Home /
User imports own .obj file?
Hi - I'm new to Unity3d but I've come for a specific purpose. How would I go about using it to create an app where the user imports their own .obj file and thus be able to view a 3D model of it, rotate it etc.?
I've heard about this being done several times; I seem to recall that it is indeed possible. A quick search revealed several discussions on this exact issue. Have you attempted to search for a solution? Please conduct as much research as possible prior to asking questions, thanks.
Answer by Dentosal · Jun 26, 2015 at 02:18 PM
Just load the obj file normally, as any file (they are just plaintext files, try opening them in notepad). Then create new object and set it's shape to obj shape. Also look at http://docs.unity3d.com/Manual/3D-formats.html