com.holoi.xr.holokit
Version:
Provides stereoscopic rendering and several Apple native integrations for development of Unity projects on HoloKit. Includes the following features: -Stereoscopic Rendering -Apple Vision Hand Tracking -Lite Hand Tracking using Human Segmentation -NFC Aut
50 lines • 1.75 kB
JSON
{
"name": "com.holoi.xr.holokit",
"displayName": "HoloKit SDK",
"version": "1.0.0",
"unity": "2021.3",
"description": "Provides stereoscopic rendering and several Apple native integrations for development of Unity projects on HoloKit.\n\nIncludes the following features:\n-Stereoscopic Rendering\n-Apple Vision Hand Tracking\n-Lite Hand Tracking using Human Segmentation\n-NFC Authentication\n\nHoloKit SDK is compatible with ARFoundation.",
"keywords": [
"holokit",
"ar",
"mr",
"xr",
"mixed",
"reality",
"augmented",
"xreditorsubsystem"
],
"author": {
"name": "Holo Interactive",
"email": "yuchen@holoi.com",
"url": "https://holoi.com"
},
"dependencies": {
"com.unity.xr.arfoundation": "5.0.0-pre.12",
"com.unity.xr.arkit": "5.0.0-pre.12",
"com.unity.xr.management": "4.2.0",
"com.unity.render-pipelines.universal": "12.1.7"
},
"hideInEditor": false,
"samples": [
{
"displayName": "Stereoscopic Rendering",
"description": "Contains sample code on how to setup stereoscopic rendering",
"path": "Samples~/SamplesStAR"
},
{
"displayName": "Hand Tracking",
"description": "Contains sample code on how to setup Apple Vision hand tracking (this algorithm is extremyly energy consuming and not recommended for long time usage)",
"path": "Samples~/SamplesHandTracking"
},
{
"displayName": "Lite Hand Tracking",
"description": "Contains sample code on how to setup an alternative low energy comsuming but less precise hand tracking algorithm",
"path": "Samples~/SamplesLiteHandTracking"
}
],
"repository": {
"type": "git",
"url": "https://github.com/holoi/com.holoi.xr.holokit.git"
}
}