Releases: Unity-Technologies/com.unity.selection-groups
Releases · Unity-Technologies/com.unity.selection-groups
0.10.0-preview
Changed
- package: set minimum Unity version to 2021.3
- api: internalized class GoQLExecutor and tests that do not belong in the public API
- api: internalized editor drawer classes
- deps: use [email protected]
0.9.3-preview
Changed
- opt: reduce GC allocation in SelectionGroup.FindMemberComponents()
Fixed
- internal-fix: turn obsolete GetMemberComponents() into a warning instead of error
0.9.2-preview
Added
- internal-api: add SelectionGroup.FindMemberComponents()
Changed
- ui: move SelectionGroup color icon to the rightmost position
- opt: replace foreach to reduce GC
- deps: use [email protected]
0.9.1-preview
Changed
- deps: use [email protected]
0.9.0-preview
Changed
- deps: use [email protected]
- doc: update minimum supported Unity versions
0.8.1-preview
Changed
- ui: change group color width to 8 pixels
Fixed
- fix: include descendants when toggling object visibility
0.8.0-preview
Added
- feat: implemented the IList interface in SelectionGroup
- feat: query active/inactive GameObjects in GoQL
- feat: allow group creation using drag and drop
- package: upgrade min supported Unity version to 2020.3
- change: make the members of SelectionGroup into GameObject
- deps: use [email protected]
- remove: SelectionGroupConfigurationDialog class
Changed
Removed
0.7.4-preview
0.7.3-preview
Added
- doc: update the group creation section in Getting Started and SelectionGroupsWindow pages
Changed
- change: use a dropdown button to create a group or group from selection
- deps: use [email protected]
Fixed
- fix: the use of negative index relative to child count in GoQL
0.7.2-preview
Added
- api: make SelectionGroupToolAttribute public
- doc: add Quick Search Integration section
- doc: add documentation on Project Settings
- doc: add "moving group members" operation in the Selection Groups Window documentation
Changed
- change the format of EditorToolStates of groups
- doc: update the exclusion documentation on GoQL
- doc: change the inspector documentation to a table
Fixed
- fix: prevent duplicate members in groups
- fix: freezes when there is an unclosed angle bracket