Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Need help for dynamic loading of outer models...

Discussion in 'Scripting' started by istar, Feb 23, 2010.

  1. istar

    istar

    Joined:
    Jul 11, 2008
    Posts:
    8
    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!
     
  2. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    I would recommend using AssetBundles. Just upload a bundle to your server, then write a script that downloads it to your game.