Publisher | DreamNoms |
---|---|
File size | 214.70kB |
Number of files | 4 |
Latest version | 1.0.0 |
Latest release date | 2024-07-05 07:29:15 |
First release date | 2024-07-05 07:29:15 |
Supported Unity versions | 2018.4.2 or higher |
ScenesDot can be implemented into any type of project. It was designed to make accessing scene names easier while coding.
It is easy to forget the names of scenes, make a typo, or forget to add the scene to the build. ScenesDot reads from the list of scenes in the build and will add those scenes to an enum. In your script import the ScenesDot namespace, and then you can simple type "Scenes" followed by a dot (period) to get the list of your scenes in the build. It harnesses the power of enums to give you access to your scene names.
Plus if you change the name of a scene that you were loading, this asset will immediately throw an error on the lines of code that were still referencing the old scene name.