上传YomovSDK
This commit is contained in:
39
Packages/com.htc.upm.vive.openxr/package.json
Normal file
39
Packages/com.htc.upm.vive.openxr/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "com.htc.upm.vive.openxr",
|
||||
"displayName": "VIVE OpenXR Plugin",
|
||||
"version": "2.5.1",
|
||||
"unity": "2021.3",
|
||||
"description": "The \"VIVE OpenXR Plugin\" package enables your application to run on VIVE devices. \nThis package is a bridge between VIVE devides and Unity OpenXR.\nThis package complements Unity's \"OpenXR Plugin\" package, and enables you to use extra features, as listed in the following.\n\n- Controller Input\n- Hand Tracking\n- Wrist Tracking\n- Eye Gaze\n- CompositionLayer\n- Facial Tracking\n\n\nYou can view the documentation for additional information.",
|
||||
"keywords": [
|
||||
"vr",
|
||||
"xr",
|
||||
"reality"
|
||||
],
|
||||
"author": {
|
||||
"name": "HTC Corporation",
|
||||
"email": "vivesoftware@htc.com",
|
||||
"url": "https://www.htc.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.unity.xr.management": "4.2.1",
|
||||
"com.unity.inputsystem": "1.7.0",
|
||||
"com.unity.xr.openxr": "1.12.1",
|
||||
"com.unity.xr.interaction.toolkit": "2.5.4"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "VIVE OpenXR Samples",
|
||||
"description": "Basic sample showing how to use VIVE OpenXR.",
|
||||
"path": "Samples~/Samples"
|
||||
},
|
||||
{
|
||||
"displayName": "VIVE OpenXR Toolkits",
|
||||
"description": "Toolkits help to use VIVE OpenXR.",
|
||||
"path": "Samples~/ToolKits"
|
||||
}
|
||||
],
|
||||
"type": "library",
|
||||
"hideInEditor": false,
|
||||
"documentationUrl": "https://developer.vive.com/resources/openxr/unity/tutorials/setup-and-installation/getting-started-with-openxr/",
|
||||
"changelogUrl": "https://developer.vive.com/resources/openxr/unity/download/latest/"
|
||||
}
|
||||
Reference in New Issue
Block a user