Skip to content

Releases: Unity-Technologies/com.unity.selection-groups

0.10.0-preview

10 Dec 08:03
Compare
Choose a tag to compare

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

18 Jul 14:57
Compare
Choose a tag to compare

Changed

  • opt: reduce GC allocation in SelectionGroup.FindMemberComponents()

Fixed

  • internal-fix: turn obsolete GetMemberComponents() into a warning instead of error

0.9.2-preview

18 Jul 03:08
Compare
Choose a tag to compare

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

30 Mar 08:48
Compare
Choose a tag to compare

Changed

0.9.0-preview

16 Mar 06:31
Compare
Choose a tag to compare

Changed

0.8.1-preview

07 Feb 13:53
Compare
Choose a tag to compare

Changed

  • ui: change group color width to 8 pixels

Fixed

  • fix: include descendants when toggling object visibility

0.8.0-preview

06 Jan 07:07
Compare
Choose a tag to compare

Added

  • feat: implemented the IList interface in SelectionGroup
  • feat: query active/inactive GameObjects in GoQL
  • feat: allow group creation using drag and drop
  • Changed

    • package: upgrade min supported Unity version to 2020.3
    • change: make the members of SelectionGroup into GameObject
    • deps: use [email protected]

    Removed

    • remove: SelectionGroupConfigurationDialog class

0.7.4-preview

14 Apr 14:49
Compare
Choose a tag to compare

Changed

Fixed

0.7.3-preview

11 Apr 05:46
Compare
Choose a tag to compare

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

16 Feb 15:58
Compare
Choose a tag to compare

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