Publisher | EckTech Games |
---|---|
File size | 375.12kB |
Number of files | 38 |
Latest version | 1.0.0 |
Latest release date | 2023-09-29 04:34:12 |
First release date | 2023-09-29 04:34:12 |
Supported Unity versions | 2018.4.2 or higher |
Data Driven Enums is a package that lets you tie meta data to int or string ID values and serves as a replacecment for C# enums. This allows developers to move away from hard coding against specific enum values and drive code decisions with data instead. When we do this, it makes the code cleaner and easier to maintain while also making it trivial to add new entries in the enumeration. Additionally, when this data is defined from files inside of StreamingAssets, modders will have a much easier time modding in entries and extending the life of your game.
Take a look at the following video links for more information:
- https://youtu.be/QuvtoUu7xe4 - What is Data Driven Enums
- https://youtu.be/d8LxQJW57Cs - Enum Creation Tutorial
- https://youtu.be/KG6HR_adt3Q - Modding Tutorial
Send questions and comments to:
And here's a link to the Full Documentation.