I have a struct Stat
[Serializable]
public struct Stat {
public string key;
public string value;
}
I want it to display in the editor as a single line property with the label when it is a single non-array field, but when it is a part of an array I want to hide the label, how can I do this?