Skip to content

1.1.2

Latest

Choose a tag to compare

@EgorShesterikov EgorShesterikov released this 22 Jul 19:28
5f37e4c

Added

  • Alt/Option-click recursively expands or collapses a StableRef value or StableRefList, matching Unity's built-in foldout behaviour. Holding Alt while toggling a foldout now applies the same expanded state to every nested field, including StableRef / StableRefList elements deeper inside — previously only the clicked foldout reacted.

Fixed

  • Expanding or collapsing a foldout inside a StableRefList no longer leaves the inspector showing the old layout until an unrelated event redraws it. Unity's ReorderableList caches its height and only recomputes it on add/remove or a control-count change — not when a nested foldout resizes an element — and the drawer reused cached lists, so the stale height survived even a full repaint. Toggling any StableRef / StableRefList foldout now invalidates those cached lists so they re-measure immediately.

Full Changelog: 1.1.1...1.1.2