version 2.5.1

This commit is contained in:
Sean Lu
2025-01-10 17:31:06 +08:00
parent 2554daa86e
commit 25a5fd2124
91 changed files with 16226 additions and 11225 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "com.htc.upm.vive.openxr",
"displayName": "VIVE OpenXR Plugin",
"version": "2.5.0",
"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": [
@@ -15,9 +15,10 @@
"url": "https://www.htc.com"
},
"dependencies": {
"com.unity.inputsystem": "1.4.3",
"com.unity.xr.management": "4.2.1",
"com.unity.xr.openxr": "1.3.1"
"com.unity.inputsystem": "1.7.0",
"com.unity.xr.openxr": "1.12.1",
"com.unity.xr.interaction.toolkit": "2.5.4"
},
"samples": [
{
@@ -33,6 +34,6 @@
],
"type": "library",
"hideInEditor": false,
"documentationUrl": "https://developer.vive.com/resources/openxr/openxr-mobile/tutorials/unity/getting-started-openxr-mobile/",
"changelogUrl": "https://developer.vive.com/resources/openxr/openxr-mobile/download/latest/"
"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/"
}