Search Unity

Dynamic scene Loading??

Discussion in 'Editor & General Support' started by devbopo, Oct 21, 2019.

  1. devbopo

    devbopo

    Joined:
    Oct 29, 2016
    Posts:
    2
    Hey all, i'm new to the forums here and had a quick question, i want to build an app where i could dynamically load unity scenes without having to rebuild the app for every new scene. I was just wondering if anyone had seen this done or knows of a way around having to rebuild the app for the scene to work.

    Thanks in advance :)
     
  2. You will need to research AssetBundles and Addressables possibly. These services were/are built to do this kind of things (adding/replacing assets/levels after deploying the application).
     
  3. devbopo

    devbopo

    Joined:
    Oct 29, 2016
    Posts:
    2
    Thanks for the response, i will look into this and return with greater questions
     
    Lurking-Ninja likes this.