forked from mozoh/com.htc.upm.wave.xrsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.25 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
{
"name": "com.htc.upm.wave.xrsdk",
"displayName": "VIVE Wave XR Plugin",
"version": "5.6.0-r.10.2",
"unity": "2019.4",
"description": "The \"VIVE Wave XR Plugin\" package surves as a bridge between VIVE moblile devices and Unity.\nBy communicuating with Unity's \"XR Plugin Management\" package, this package allows your application to run on VIVE mobile devices.\n\nView the documentation for additional information.",
"keywords": [
"vr",
"xr",
"reality",
"xreditorsubsystem"
],
"author": {
"name": "HTC Corporation",
"email": "vivesoftware@htc.com",
"url": "https://www.htc.com"
},
"dependencies": {
"com.unity.xr.management": "3.2.4"
},
"samples": [
{
"displayName": "PureUnity",
"description": "Common sample. Created by pure Unity. Common used by other samples. Please import com.unity.xr.management 3.0.6 or higher and com.unity.xr.legacyinputhelpers 2.1.4 or higher first",
"path": "Samples~/PureUnity/PureUnity"
},
{
"displayName": "XR",
"description": "Basic sample showing how to use Wave XR.",
"path": "Samples~/XR/XR"
}
],
"type": "library",
"documentationUrl": "https://hub.vive.com/storage/docs/en-us/UnityXR/UnityXRSdk.html",
"hideInEditor": false
}