평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2020.3.16f1 | Compatible | Compatible | Compatible |
WHY USE THIS ASSET?
In some cases this asset can dramatically reduce the build size and save development time.
This 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:
- reduced build size
- 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
Level build optimization with JSON
