-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"displayName": "Selection Groups",
"name": "com.unity.selection-groups",
"unity": "2021.3",
"version": "0.10.0-preview",
"description": "Provides editor tools for working with arbitrary groups of gameobjects along with the hierarchy window and inspector.",
"contributors": [
"Simon Wittber <[email protected]> (https://github.com/smnwttbr)",
"Sindharta Tanuwijaya <[email protected]> (https://github.com/sindharta)"
],
"dependencies": {
"com.unity.film-internal-utilities": "0.19.2-preview"
},
"_upm": {
"changelog": "### Changed\n* package: set minimum Unity version to 2021.3\n* api: internalized class GoQLExecutor and tests that do not belong in the public API\n* api: internalized editor drawer classes\n* deps: use [email protected]"
},
"upmCi": {
"footprint": "7ff3b2ae5349aa099be2774a8756eda62a1192f4"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/com.unity.selection-groups.git",
"type": "git",
"revision": "1abf24e5351cb131ec0c7f94b81af637436a0517"
}
}