Hello,
I was wondering if it was possible to add text/description to the Inspector fields of my custom objects. That way I can make a public variable and hint the user with a description on how to use the variable.
For example:
// To add associated words separate them with a ';' [AttributeDescription('description here')] public List items;
Just wondering. Because I think it would be really neat to have :)
thanks in advance,
Wouter