forked from ovi-lab/HPUI-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.31 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
{
"name": "ubc.ok.ovilab.hpui-core",
"version": "0.2.0",
"displayName": "HPUI Core",
"description": "Core functionality of HPUI",
"unity": "2021.3",
"dependencies": {
"com.unity.xr.hands": "1.5.0-pre.3",
"com.unity.xr.interaction.toolkit": "3.0.4",
"com.unity.textmeshpro": "3.0.6"
},
"license": "MIT",
"licenseUrl": "https://github.com/ovi-lab/HPUI-Core/blob/master/LICENSE",
"author": {
"name": "Shariff Faleel",
"email": "shariff.mfa@outlook.com",
"url": "https://shariff-faleel.com"
},
"documentationUrl": "https://ovi-lab.github.io/HPUI-Core/",
"scopedRegistries": [
],
"samples": [
{
"displayName": "Sample scene with HPUI",
"description": "Sample scene with HPUI setup. Depends on the following samples in the <a href=\"https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@3.0/manual/index.html\">XR Interaction Toolkit</a>:\n • <a href=\"https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@3.0/manual/samples-hands-interaction-demo.html\">Hands Interaction Demo</a>\n • <a href=\"https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@3.0/manual/samples-xr-device-simulator.html\">XR Device Simulator</a>",
"path": "Samples~/SampleHPUIScene/"
}
]
}