forked from lejeanf/UniversalPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name":"fr.jeanf.vr.player",
"version":"0.3.03",
"displayName":"VR Player",
"description":"This package contains a basic VR player",
"unity": "2021.3",
"keywords": [
"jeanf",
"vr",
"player"
],
"author":{
"name":"Jean-François Robin",
"email":"robin.jeanfrancois@gmail.com",
"url":"https://jeanfrancoisrobin.art"
},
"dependencies": {
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.inputsystem": "1.4.4",
"com.unity.vectorgraphics": "2.0.0-preview.20",
"com.unity.xr.openxr": "1.6.0",
"com.unity.xr.interaction.toolkit": "2.3.2",
"com.unity.xr.hands": "1.1.0-pre.3",
"com.unity.xr.management": "4.3.3",
"com.unity.xr.oculus": "3.2.3",
"fr.jeanf.eventsystem": "0.1.76",
"fr.jeanf.propertydrawer": "1.0.8"
},
"samples": [
{
"displayName": "VR Player",
"description": "Prefab of the player",
"path": "Samples/VRPlayer"
},
{
"displayName": "Hand Poses",
"description": "A set of hand poses",
"path": "Samples/HandPoses"
},
{
"displayName": "Hands",
"description": "A set of hands",
"path": "Samples/Hands"
}
]
}