Scene System is a library that provides functions related to scene management in Unity. This library includes an API for loading scenes and a function that enables scene settings on the editor. Scene ...
We use additive scene loading in the game to allow having multiple scenes loaded at the same time. Scene loading and unloading is all done by a SceneLoader script living in a scene called ...