Working With Scenes - WhateverDevs/SceneManagement GitHub Wiki
Adding scenes to the scene manager.
Every scene you want to be used on runtime has to be added to the SceneManager. It is a very simple scriptable to use but it requires caution because it is easy to make a mistake.
The library consists of two lists.
-
The first one is the scenes you want to be on the build, not addressables. You have to remember to click on the Save Library button after editing the list so that the manager will cache the list and also save it to the build settings.
-
The second list corresponds to the scenes that are stored on addressables and won't be on the build settings. Again, you have to remember to click on the Cache button so that the scene references get properly stored.
Remember that you shouldn't add addressables scenes to the first list and you shouldn't add non addressable scenes to the second list.