TylerTemp / SaintsField

A Unity Inspector extension tool focusing on script fields inspector enhancement
MIT License
148 stars 9 forks source link

is there a way to ShowInInspector + Progressbar? #53

Closed laurentopia closed 1 month ago

laurentopia commented 1 month ago

image This properly shows the field in gray but doesn't display the progressbar.

TylerTemp commented 1 month ago

Hi,

a non-serialized field is not supported by serialized property decorator, yet.

The fix order is:

  1. Bug fix in the issue list
  2. The features that already added in the milestone
  3. Support richLabel for non-serialized field
  4. Support more type for non-serialized field
  5. Support custom drawer for non-serialized field <--- it's here (

So please stay tuned )

laurentopia commented 1 month ago

Thanks, and as always, your attributes are the best!