Publisher | Brainless Labs |
---|---|
File size | 414.92kB |
Number of files | 54 |
Latest version | 0 |
Latest release date | 2018-02-02 10:40:31 |
First release date | 2018-02-02 10:40:31 |
Supported Unity versions | 2018.4.2 or higher |
The “Bootstrapper” is a tool that allows you to intercept the start of Unity and load a scene before the current opened scene in unity was loaded. It can be useful if you want put all your managers in only one scene as singletons. From there, no need to change scenes every time you want to start your game. Work on your level, press “Play” and the bootstrapper will load your managers scene and then load back your level scene that you were working on (or not, depending on your preferences).
The “Bootstrapper” will also let you set few parameters, like:
- Easily enable/disable the bootstrapper
- Reload your current scene or start only the bootstrap scene
- Set part of your project hierarchy excluded from the process, in case you have or want some test scenes that have nothing to do with your game scenes flow
Documentation
Contact
The “Bootstrapper” will also let you set few parameters, like:
- Easily enable/disable the bootstrapper
- Reload your current scene or start only the bootstrap scene
- Set part of your project hierarchy excluded from the process, in case you have or want some test scenes that have nothing to do with your game scenes flow
Documentation
Contact