A simple package containing attributes which can make your string and int data type fields get displayed in a form of a proper dropdown for tags or layers.
This is a very fundamental feature that is not available in Unity by default and can be useful in every one of your projects.
🎮 Main features:
- Render an int/string data type field as a dropdown containing all available layers
- Render an int/string data type field as a dropdown containing all available tags
- Warn you about invalid data types if you happen to misuse the attributes
📦 Package includes:
- C# attributes
- An example scene, script that showcases how to use the package
- A short ReadMe.txt file briefly mentioning how to use the package