JSON Level Builder

$19
Publisher Clever Turtle
File size 1.67MB
Number of files 97
Latest version 1.0.1
Latest release date 2023-03-09 08:08:21
First release date 2023-03-08 03:11:15
Supported Unity versions 2018.4.2 or higher

WHY USE THIS ASSET?


This asset is particularly indicated for projects with many simple levels/scenes, for example casual games or hyper casual games, which may have hundreds of scenes.

Using this asset you will keep things simple, having only one scene to quickly build all your levels and only one scene to load all your levels.


I personally used it for my hyper casual games and I saved a lot of time and avoided a lot of pains!


HOW DOES IT WORKS?

With this system, the levels are saved in a few json files ( under the Resources folder ) instead of having many scene files.

When the level is loaded, it's information is read from the JSON file and the objects are instantiated at run time.

You can build your levels in an unique scene, quickly switching from a level to another using a selector panel.


You can also add extra additional data to your objects level in a format of a key-value (string-string) array, which you can retrieve by code at run time


PROs of using this asset:

- quickly switch from a level to another, without opening new scenes

- only have one single scene to load all the levels and manage your game

- you don't have to replicate the same UI objects in all the levels, as you have only one scene

- especially indicated for casual games, hyper casual games, puzzle games



CONs of using this asset:

- you can't customize too much your levels, as you have to use only fixed prefabs

- not indicated if you have a big variety of elements, as it may result confusing to manage and build your levels


Top Publisher Assets