Hello, i’ve tried some things and i’ve been able to show private variables in editor by adding [DataMember] on it like this
> [DataMember]
/// Defines the maximum amount of life private int MaxLife { get; set; }
it correctly appears on the editor, but i’d like to make that the comment appears when i hover the variable, the same way the comment “the priority execution for this script” appears when i hover the priority field of scripts
is it possible ? if yes, how ? it would help a lot to be able to remember which field do what without having to open the script everytime