Download 3D Model InGame

Hi,

I was googling this and nothing came up. Does anyone knows if this is possible?

And by this I mean, download a 3D model (.3DS or .FBX…) from a server and be able to Instantiate it in game.

I’m making a “Room Layout Thing” and I want to be able to update my furniture database (by adding furniture or update one) without having to build another exe.

Thanks!

http://answers.unity3d.com/questions/7653/dynamic-asset-loading.html?sort=oldest

might help you?

Thanks, I’m gonna look towards that!

There’s an OBJ loader on the wiki somewhere, but it didn’t have a license attached.

So I wrote my own a while back. It hasn’t been tested much, so it’s probably pretty shaky. But it’s MIT licensed, so you know you can do anything you want with it.

https://github.com/wccrawford/UnityOBJLoader