StatusString
StatusString is used on string fields. It will display a bool and a dropdown in the inspector allowing for the option to pick from predefined status names.
[StatusString]
public string statusName;
The list of strings in the dropdown are determined in the Status String Settings. If the bool in the field is disabled it will display as a normal string field.
Last updated