Unity-MoreAttributes

A set of custom attributes


Project maintained by kevincastejon Hosted on GitHub Pages — Theme by mattgraham

Tag

Displays a dropdown list of available Tags (must be used with a ‘string’ typed property).

How to use

Put the attribute in front of a property.

Examples

[Tag]
public string _targetTag;