Hello, I am trying to figure out a way of importing models / using models from a folder once a game has been built.
I have been thinking of using System.IO to get the name of every file in the folder and storing its location in an XML document to make it easier to pass its location into however you are meant to import objects at run time.
The part I am stuck with is actually importing the models…
I was thinking by using WWW but I tried this and had some problems, for instance I got some random errors about an incorrect file location, even though I KNOW there was a .obj file there…
Anyway, any help would be appreciated
-Jay