forked from varjocom/VarjoUnityXRPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 864 Bytes
/
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
{
"name": "com.varjo.xr",
"displayName": "Varjo XR Plugin",
"version": "3.2.0",
"unity": "2020.3",
"description": "Provides support for Varjo devices using the Unity XR SDK.",
"documentationUrl": "https://developer.varjo.com/docs/unity-xr-sdk/unity-xr-sdk",
"license": "See LICENSE.md file.",
"keywords": [
"varjo",
"xr",
"vr",
"mixed",
"reality",
"xreditorsubsystem"
],
"dependencies": {
"com.unity.xr.management": "4.0.7",
"com.unity.xr.arfoundation": "4.0.12",
"com.unity.xr.arsubsystems": "4.0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/varjocom/VarjoUnityXRPlugin.git"
},
"samples": [
{
"displayName": "HDRP Samples",
"description": "Sample scenes showing how to use different Varjo XR Plugin features with HDRP.",
"path": "Samples~/HDRP"
}
]
}