-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 1009 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
{
"name": "ubc.ok.ovilab.vicon-nexus-unity-stream",
"version": "0.2.0-pre.1",
"displayName": "ViconNexusUnityStream",
"description": "Stream data through vicon-nexux-unity-stream-py (https://github.com/ahmed-shariff/vicon-nexus-unity-stream-py)",
"unity": "2021.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.1",
"com.unity.xr.hands": "1.5.0-pre.1"
},
"author": {
"name": "Shariff Faleel",
"email": "[email protected]"
},
"scopedRegistries": [
],
"samples": [
{
"displayName": "Sample scene with HPUI",
"description": "Sample scene that uses HPUI. Require <a href=\"https://github.com/ovi-lab/HPUI-Core\">HPUI-Core</a> package to be loaded.",
"path": "Samples~/SampleSceneWithHPUI"
},
{
"displayName": "Sample scene with HWDMerger",
"description": "Sample scene which uses HWDMerger.",
"path": "Samples~/SampleSceneWithHWDMerger"
}
]
}