NaughtyAttributes icon indicating copy to clipboard operation
NaughtyAttributes copied to clipboard

[Issue] Label attribute doesn't work for non-serialized fields and properties

Open martin-braun opened this issue 5 years ago • 1 comments

Hi,

it would be great if the ShowNativeProperty would allow a string argument to change its visual appearance in the editor, similar to buttons, like so:

[ShowNativeProperty("My Property")]
public string MyProperty { get; set; }

martin-braun avatar Jul 08 '19 14:07 martin-braun

Same for ShowNonSerializedField.

    [ShowNonSerializedField, Label("Ammo Left")]
    private int ammoLeft;

CharlieReece avatar May 19 '21 16:05 CharlieReece