-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "com.unity.uitoolkitextensions",
"displayName": "Unity UI Toolkit Extensions",
"version": "1.0.0-pre.1",
"description": "An extension project for the Unity3D UI Toolkit system, all crafted and contributed by the awesome Unity community",
"author": "Simon darkside Jackson <@SimonDarksideJ>",
"contributors": [
{
"name": "SimonDarksideJ",
"twitter": "@SimonDarksideJ"
}
],
"unity": "6000.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Unity-UI-Extensions/com.unity.uitoolkitextensions.git"
},
"bugs": {
"url": "https://github.com/Unity-UI-Extensions/com.unity.uitoolkitextensions/issues"
},
"keywords": [
"Unity3D",
"Unity",
"UITK",
"Unity UI Toolkit",
"UI Toolkit Extensions"
],
"samples": [
{
"displayName": "UI Toolkit Extensions Samples",
"description": "Examples and demonstrations of the Unity UI Toolkit Extensions controls",
"path": "Examples~"
}
],
"license": "MIT",
"dependencies": {
"com.unity.ui": "1.0.0"
}
}