Unity Community |

Out team are developing a online Virtual Reality project using Unity Pro 2.6. And I met a problem recently: I want to load outer models in unity after the unity project has been built, can sb give me some advices to do this? Thank you very much!
The way you spend your time is the way you spend your life.
I would recommend using AssetBundles. Just upload a bundle to your server, then write a script that downloads it to your game.