上传YomovSDK

This commit is contained in:
Sora丶kong
2026-03-03 03:15:46 +08:00
parent 9096da7e6c
commit eb97f31065
6477 changed files with 1932208 additions and 3 deletions

View File

@@ -0,0 +1,58 @@
{
"name": "com.unity.xr.openxr",
"displayName": "OpenXR Plugin",
"version": "1.14.3",
"unity": "2021.3",
"description": "OpenXR is an open, royalty-free standard developed by Khronos that aims to simplify AR/VR development by allowing developers to target a wide range of AR/VR devices. Use this plug-in to enable OpenXR in XR Plug-in Management.",
"keywords": [
"openxr",
"xr",
"reality",
"xreditorsubsystem"
],
"dependencies": {
"com.unity.xr.management": "4.4.0",
"com.unity.xr.legacyinputhelpers": "2.1.2",
"com.unity.inputsystem": "1.6.3",
"com.unity.xr.core-utils": "2.3.0"
},
"samples": [
{
"displayName": "Controller",
"description": "Basic sample showing how to create and reference OpenXR action maps with the new input system.",
"path": "Samples~/Controller"
},
{
"displayName": "Controller XRInput",
"description": "Basic sample showing how to query OpenXR input with the XR Input APIs.",
"path": "Samples~/ControllerXRInput"
},
{
"displayName": "Meshing Subsystem Feature",
"description": "Shows a teapot mesh generated from native mesh subsystem with physics baked in background.",
"path": "Samples~/MeshingFeature"
},
{
"displayName": "Intercept Feature",
"description": "Demonstrates how to intercept an OpenXR method.",
"path": "Samples~/InterceptFeature"
},
{
"displayName": "Custom Composition Layer Feature",
"description": "Demonstrates how to add support for a custom composition layer type.",
"path": "Samples~/CustomCompositionLayerFeature"
}
],
"_upm": {
"changelog": "### Fixed\n\n* Fixed Multiview Render Regions feature regression."
},
"upmCi": {
"footprint": "72c9d89bea0ecf452cfdc8fec36356cd932e4def"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.xr.openxr@1.14/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.openxr.git",
"type": "git",
"revision": "dfe5bbd1c85c3045274fef73de823c443285b5d8"
}
}