-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.77 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "io.extendreality.tilia.input.unityinputsystem",
"displayName": "Tilia Input UnityInputSystem",
"description": "Input wrappers for the Unity Input System and a collection of common input prefabs.",
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/blob/master/LICENSE.md",
"version": "2.4.11",
"unity": "2019.1",
"unityRelease": "0f1",
"keywords": [
"pattern",
"input",
"controller",
"vr",
"ar",
"xr",
"spatial"
],
"homepage": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/issues"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "hello@extendreality.io",
"url": "https://github.com/ExtendRealityLtd"
},
"dependencies": {
"io.extendreality.zinnia.unity": "2.16.2",
"com.unity.inputsystem": "1.5.0"
},
"samples": [
{
"displayName": "GenericXR",
"description": "Controller Mappings for Generic XR Controllers",
"path": "Samples~/GenericXR"
}
],
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Editor",
"Runtime",
"docfx.json",
"Samples~"
]
}