codewriter-packages / Tri-Inspector

Free inspector attributes for Unity [Custom Editor, Custom Inspector, Inspector Attributes, Attribute Extensions]
MIT License
972 stars 47 forks source link

UnityEvent don't show their field name in inspector #135

Closed KospY closed 1 year ago

KospY commented 1 year ago

Describe the bug UnityEvent don't show their field name in inspector

Expected behavior UnityEvent show their field name in inspector

Code Sample

{
    public UnityEvent testevent;
    public UnityEvent<float> testevent2;
}

Screenshots

With Tri-Inspector installed image

Without Tri-Inspector installed: image

Desktop: Windows 11 Unity version: 2022.3.8 Tri Inspector version: 1.13.1

Reproduced in an empty project.