๐ฎ Game Dev. VR, video games, and tech? More like my life's passion. Or obsession. Anyway.. ๐๐พ
View My GitHub Profile
About
I am a full time Game Developer currently working on:
I have also worked on:
Recently I started crafting scripts for the Unity Asset Store to maybe ease the life of some Unity devs out there. You can check them out below.
Projects
Scriptable Enums
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:
- Create the Scriptable Enum object
- Enter the enum name you wish to edit
- Rearrange, add or remove from the elements or modify them however you like
- Save
- Done!
Details:
- Create multiple Scriptable Enum objects, each containing a different enum (or the same)
- Rename enum elements
- Change enum values
- Rearrange element order
- The editor checks for name and value collision between elements, so you donโt have to
- Generate a totally new enum script from the Scriptable Enum object itself
- Enum script implementation can be anywhere, in any script file. It can be edited as long as the enum is public and takes place in the assemblies used by Unity (e.g. AssemblyCSharp) or created by the user
You can get it from the Untiy Asset Store here