Publisher | Henry Jooste |
---|---|
File size | 98.66kB |
Number of files | 25 |
Latest version | 1.5.1 |
Latest release date | 2022-08-03 02:57:11 |
First release date | 2021-07-20 08:45:13 |
Supported Unity versions | 2018.4.2 or higher |
The Simple Level Builder tool can be used to easily create/edit 2D, 2.5D and 3D levels inside the editor without changing anything in your scene. Everything is handled through an intuitive editor tool and generated at runtime.
This tool also includes 2 different scene types:
- Static: Specify the level in the editor and this level will be generated as soon as the scene is loaded
- Dynamic: Specify all the levels of your game in a single scene. The correct level is then generated by checking the saved level index in PlayerPrefs (this behaviour can be modified)