Dynamic scene Loading??

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 :slight_smile:

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).

Thanks for the response, i will look into this and return with greater questions

1 Like