TylerTemp / SaintsField

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

add feature: groupAllFieldsUntilNextGroupAttribute and closedByDefault #36

Closed Lx34r closed 2 months ago

Lx34r commented 2 months ago
TylerTemp commented 2 months ago

Hi,

thanks for the contribute.

Because I have some consideration about the API design, this PR is changed to dev branch.

I'll list a propose list later in the milestone and share them there. After it's done it'll be merged into master and get released

Lx34r commented 2 months ago

Hi,

Thank you for your patience, the milestone is a better and more powerful implementation, looking forward to the follow-up update :)

TylerTemp commented 2 months ago

Hi,

Please check version 3.1.0 and related examples. The differences are:

  1. groupAllFieldsUntilNextGroupAttribute -> keepGrouping
  2. closedByDefault: use ELayout.Collapse instead
  3. PlayaMethod: removed. Use DOTweenPlayGroup (optional with DOTweenPlayEnd) instead. (Layout does not need this function so omitted)