All scripts which are required for a master scene can be found here.
|
namespace | Editor |
| All scripts which are required for a master scene on the editor side can be found here.
|
|
|
class | LoadFirstScene |
| A script which loads the first scene. Should be placed within the master scene, as this is the initial scene to set up all Modules. Does not work in editor. More...
|
|
class | LoadOriginalSceneForEditor |
| A script placed within the master scene. It loads the scene which was opened when pressing play in editor. This is required as the master scene is always loaded first. More...
|
|