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