forked from mozoh/com.htc.upm.wave.native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.tm1
30 lines (30 loc) · 858 Bytes
/
package.tm1
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
{
"name": "com.htc.upm.wave.native",
"displayName": "VIVE Wave XR Plugin - Native",
"version": "5.6.0-preview.0",
"unity": "2019.4",
"description": "The \u0022VIVE Wave XR Plugin - Native\u0022 package provides the wraper of WaveVR.\n\nView the documentation for additional information.\n\n",
"keywords": [
"vr",
"xr",
"reality"
],
"author": {
"name": "HTC Corporation",
"email": "[email protected]",
"url": "https://www.htc.com"
},
"dependencies": {
"com.htc.upm.wave.xrsdk": "5.6.0-preview.0"
},
"samples": [
{
"displayName": "Native",
"description": "Basic sample showing how to use Wave Native.",
"path": "Samples~/Native/Native"
}
],
"type": "library",
"documentationUrl": "https://hub.vive.com/storage/docs/en-us/UnityXR/UnityXRSdk.html",
"hideInEditor": false
}