Перейти к файлу
Sindharta Tanuwijaya 2b2d2e1fc6
release: 0.9.3-preview (#308)
* update package.json
* update changelog
* sync package info to test projects
2023-07-19 10:17:03 +09:00
.github/ISSUE_TEMPLATE chore: add Unity Version in issue template 2022-12-20 19:54:51 +09:00
.yamato chore: use package-ci/win10:v4 image (#298) 2023-05-11 22:11:05 +09:00
Documentation~ doc: update minimum supported Unity versions (#289) 2023-03-06 13:18:34 +09:00
Editor ui: move SelectionGroup color icon to the rightmost position (#304) 2023-07-18 11:21:56 +09:00
GoQL feat: query active/inactive GameObjects in GoQL (#272) 2022-12-13 15:20:11 +09:00
Runtime internal-fix: turn obsolete GetMemberComponents() into a warning instead of error (#306) 2023-07-18 22:25:39 +09:00
Scripts~ chore: fix the script to sync package info (#251) 2022-04-14 19:26:24 +09:00
SelectionGroups~ release: 0.9.3-preview (#308) 2023-07-19 10:17:03 +09:00
Tests opt: replace foreach to reduce GC (#303) 2023-07-18 10:34:21 +09:00
.gitignore gitignore: ignore RiderScriptEditorPersistedState.asset (#248) 2022-04-12 13:00:57 +09:00
.npmignore Add license and yamato settings (#1) 2019-08-29 17:08:19 +08:00
CHANGELOG.md release: 0.9.3-preview (#308) 2023-07-19 10:17:03 +09:00
CHANGELOG.md.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
CONTRIBUTING.md Define initial ground rules in contributing.md (#4) 2019-12-26 13:27:13 +08:00
CONTRIBUTING.md.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
Editor.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
GoQL.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
LICENSE.md chore: creating 0.0.7-preview release (#9) 2020-09-30 00:41:23 +09:00
LICENSE.md.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
README.md doc: update minimum supported Unity versions (#289) 2023-03-06 13:18:34 +09:00
README.md.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
Runtime.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
Tests.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00
package.json release: 0.9.3-preview (#308) 2023-07-19 10:17:03 +09:00
package.json.meta chore: creating 0.1.0-preview release (#10) 2020-10-07 17:48:11 +09:00

README.md

Latest official docs

Selection Groups

ReleaseBadge ReleaseBadge

Overview

Selection Groups provides a more convenient workflow in Unity by allowing to group a number of GameObjects under a common name.
This way, we can do operations on these groups, instead of individual GameObjects.

Features

  1. GoQL
  2. Project Settings
  3. Selection Groups Window

Getting Started

Getting Started

Supported Unity Versions

  • Unity 2020.3.45 or higher.
  • Unity 2021.3.19 or higher.
  • Unity 2022.2.8 or higher.

License