Scriptable Enums


Edit your C# Enums from the Unity Editor itself!


by Manti


Price History +

Are you tired of always having to open your script editor only for editing enums? Are you not a programmer and you don't want to edit the code?


With Scriptable Enums you no longer have to open your IDE software to edit your enums, or even to just create them! You can edit it all from the Scriptable Enum Object containing your enum!


All you need to do is:

  1. Create the Scriptable Enum object
  2. Enter the enum name you wish to edit
  3. Rearrange, add or remove from the elements or modify them however you like
  4. Save
  5. Done!