Import 3D Model (.FBX or .OBJ) into Unity at runtime from Web Url

Hi everyone,

I’m trying to find a way to import a 3D model in either .fbx or .obj format into a Unity scene at run time from a web URL. I’m trying to make a personal Unity application that lets me download and load 3D files from a web server that my friends can upload to.

Is this possible? If so, are there scripts for it already or can someone point me in a good direction?

Thanks!

There are plenty assets free and paid on AssetStore and this script on wiki:
http://wiki.unity3d.com/index.php/FastObjImporter

  • regarding import of obj files at runtime.