Publisher | Yarn Then |
---|---|
File size | 488.09kB |
Number of files | 46 |
Latest version | 1 |
Latest release date | 2019-03-07 09:19:07 |
First release date | 2019-03-07 09:19:07 |
Supported Unity versions | 2018.4.2 or higher |
A utility written into a ScriptableObject to store information of levels/stages you want to be created for your 2D game.
One of the main hassles in 2D Game creation is level creation. In unity, people will usually create different scenes for each level. Imagine your 2D game have a few hundred levels(think puzzle games), are you going to create hundreds of scenes just for that and adding them to build settings? This utility will allow you to easily store all the information you need to create a 2D level in a ScriptableObject.
Demo examples available on how you can take advantage of all your level design in the ScriptableObject, one of which is to allow you to load all your levels/stages from just one single scene!
Details of how this works are available here.
One of the main hassles in 2D Game creation is level creation. In unity, people will usually create different scenes for each level. Imagine your 2D game have a few hundred levels(think puzzle games), are you going to create hundreds of scenes just for that and adding them to build settings? This utility will allow you to easily store all the information you need to create a 2D level in a ScriptableObject.
Demo examples available on how you can take advantage of all your level design in the ScriptableObject, one of which is to allow you to load all your levels/stages from just one single scene!
Details of how this works are available here.