generated from studentutu/Template.Tilia
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "io.extendreality.tilia.unityui",
"displayName": "Tilia Unity.UI",
"description": "Support for Unity UI",
"version": "2.0.1",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"Tilia",
"UI",
"Unity UI",
"Canvas",
"EventSystem",
"UI Pointer",
"WorldCanvas",
"VR Pointer",
"VRTK4",
"VRTK 3.3.0 UI Port",
"xr",
"mr",
"vr"
],
"homepage": "https://github.com/studentutu/Tilia.UnityUI/",
"bugs": {
"url": "https://github.com/studentutu/Tilia.UnityUI/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/studentutu/Tilia.UnityUI.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd feat Roman Fedorov",
"email": "[email protected]",
"url": "https://github.com/studentutu"
},
"dependencies": {
"io.extendreality.zinnia.unity": "2.0.0",
"io.extendreality.tilia.interactions.interactables.unity": "2.0.1",
"io.extendreality.tilia.interactions.pointerinteractors.unity": "2.0.5",
"io.extendreality.tilia.input.combinedactions.unity": "2.0.1"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Runtime",
"Editor"
]
}