The Simple Level Builder is a user-friendly tool that allows you to design and edit levels within the Unity editor without modifying your scene. It supports three types of levels: 2D, 2.5D, and 3D. The tool includes two scene types: Static and Dynamic. Static scenes generate levels at runtime, while Dynamic scenes load levels from a single scene based on a saved level index in PlayerPrefs.
This tool provides an intuitive editor interface, a shared palette for all levels, and an automatic level generator. It also includes an overlay data system for collectables and comes with a demo package containing a palette, levels, and scenes. The code is fully documented and open-source, making it easy to customize and extend.
Key features include:
- Support for 2D, 2.5D, and 3D levels
- Editor tools for visualizing levels during design
- Shared palette for all levels
- Automatic level generator
- Overlay data for collectables
- Demo package with palette, levels, and scenes
- Fully documented code
- Open-source




