-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1019 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 1019 Bytes
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
{
"name": "com.vrsys.photoportals",
"version": "1.0.0",
"displayName": "VRSYS Photoportals",
"description": "Implementation of Photoportals for the Virtual Reality and Visualization Systems Group at BUW",
"unity": "6000.0",
"documentationUrl":"https://github.com/VorsichtGlars/Photoportals/wiki",
"author": {
"name": "Manuel Hartmann"
},
"samples": [
{
"displayName": "Example Scene",
"description": "Example for using the Photoportals package.",
"path": "Samples~/Example Scene"
},
{
"displayName": "Example Scene 2",
"description": "Second example for using the Photoportals package with pre-runtime placed portals.",
"path": "Samples~/Example Scene 2"
}
],
"dependencies": {
"com.unity.xr.openxr": "1.12.1",
"com.unity.xr.hands": "1.6.1",
"com.unity.xr.interaction.toolkit": "3.0.6",
"com.unity.mathematics": "1.3.2"
}
}