Skip to content

WSWhitehouse/Unity-Tag-Selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Image from Gyazo

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 Package and select the Unity Package you just downloaded
  • Put a [TagSelector] attribute in front of any string field. Optional bool value to change the dropdown to the default Unity Tag Dropdown

    Image from Gyazo

  • Done! You will now have a dropdown selector which includes all of the available Tags.