-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"name": "com.mefistofiles.handposing",
"version": "1.3.6",
"displayName": "HandPosing",
"description": "A tool for generating Hand-Poses using HandTracking",
"unity": "2019.4",
"unityRelease": "18f1",
"documentationUrl": "https://mephestokhaan.github.io/HandPosing/Documentation/html/annotated.html",
"keywords": [
"unity",
"posing",
"hand tracking"
],
"homepage": "https://github.com/MephestoKhaan/HandPosing",
"bugs": {
"url": "https://github.com/MephestoKhaan/HandPosing/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MephestoKhaan/HandPosing.git"
},
"license": "MIT",
"author": {
"name": "Luca Mefisto",
"email": "[email protected]",
"url": "http://mefistofiles.com/"
},
"samples": [
{
"displayName": "Integration Oculus (OVR)",
"description": "Scripts and prefabs for using with Oculus Quest.",
"path": "Samples~/IntegrationOVR"
},
{
"displayName": "Poses Gallery (Requires IntegrationOVR)",
"description": "Samples covering all current types of poses and grabbers.",
"path": "Samples~/PosesGallery"
},
{
"displayName": "Oculus Avatars control(Requires IntegrationOVR)",
"description": "Control an Oculus Avatar Hands.",
"path": "Samples~/AvatarControl"
},
{
"displayName": "OVR Compatible Animator generation (Requires IntegrationOVR)",
"description": "Create Animators for Cotrollers, compatible with Oculus Hands.",
"path": "Samples~/AnimatorGeneration"
}
]
}