-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.17 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
{
"name": "com.squirrelbytes.xrmasterhands",
"version": "0.1.6",
"displayName": "XR Master Hands",
"description": "Framework for simplifying the usage of XR Hands by automagically creating a special XR Device which implements designed hand poses as buttons for using with the unity's Input System Package",
"unity": "2022.3",
"unityRelease": "17f1",
"documentationUrl": "https://github.com/Extrys/XRMasterHands",
"changelogUrl": "https://github.com/Extrys/XRMasterHands",
"licensesUrl": "https://github.com/Extrys/XRMasterHands",
"dependencies": {
"com.unity.xr.hands": "1.4.0",
"com.unity.inputsystem": "1.7.0"
},
"keywords": ["XR", "Hands", "Master", "Gestures", "Poses"],
"author": {
"name": "Extrys",
"url": "https://github.com/Extrys"
},
"samples": [
{
"displayName": "PoseInteraction",
"description": "Includes a simple scene with an script for testing hand joystick and pose detection",
"path": "Samples~/PoseInteraction"
},
{
"displayName": "Gestures",
"description": "Includes some preconfigured hand poses and shapes, imported from unity xr hands package",
"path": "Samples~/Gestures"
}]
}