Unity-Tag-Selector
Unity-Tag-Selector copied to clipboard
Turn a string field into a dropdown of all available tags
Unity Tag Selector
Simple attribute that turns a normal string field into a dropdown of all available Tags in the inspector. Never misspell the name of a tag ever again.
Installing & Using the Attribute
-
Download the source code or check the releases on this repository for a specific Unity Package download or download the Latest Unity Package
- If you downloaded the Unity Package you will need to import it.
Assets -> Import Package -> Custom Packageand select the Unity Package you just downloaded
- If you downloaded the Unity Package you will need to import it.
-
Put a
[TagSelector]attribute in front of any string field. Optional bool value to change the dropdown to the default Unity Tag Dropdown -
Done! You will now have a dropdown selector which includes all of the available Tags.

