Publisher | TerraBAS |
---|---|
File size | 406.81kB |
Number of files | 12 |
Latest version | 1 |
Latest release date | 2022-02-08 11:26:17 |
First release date | 2020-09-21 07:13:11 |
Supported Unity versions | 2018.4.2 or higher |
Ever been annoyed that you can reference scenes in your Unity games only by strings?
Ever renamed a scene only for it to break references in your scripts?
Worry no more! ScEnum is here to save the day!
ScEnum is a scene management tool for the Unity editor. It automatically keeps track of your scenes and updates their references in your scripts automatically via the editor.
You will never have to remember the exact name of scenes ever again, as ScEnum automatically populates a list of scenes in your project to chose from when you want to assign it to a script - it's that easy!
Features:
* Choose your scene in the editor from a list instead of a basic string input
* Automatically updates references to scenes that are renamed
* Informs you of broken references (deleted scenes)
* Reminds you if a scene has not been added to the build list
Ever renamed a scene only for it to break references in your scripts?
Worry no more! ScEnum is here to save the day!
ScEnum is a scene management tool for the Unity editor. It automatically keeps track of your scenes and updates their references in your scripts automatically via the editor.
You will never have to remember the exact name of scenes ever again, as ScEnum automatically populates a list of scenes in your project to chose from when you want to assign it to a script - it's that easy!
Features:
* Choose your scene in the editor from a list instead of a basic string input
* Automatically updates references to scenes that are renamed
* Informs you of broken references (deleted scenes)
* Reminds you if a scene has not been added to the build list