com.unity.xr.androidxr-openxr 1.1.0-pre.1
Source docsNotes: processedReleased August 12, 2025
Unity Compatibility
Minimum Unity: 6000.0 (23f1)
Package Dependencies
✨ Features
- Added support for a new **All Passes** option for [Multiview Render Regions Optimization](xref:androidxr-openxr-multiview-render-regions) mode, which gets applied to as many passes as possible instead of only the final pass of the render in XR.
- Added Bounding Box Subsystem and Provider.
- Added support for 16 KB page sizes in the native plugin on Android 15 or newer.
- Added the `TryGetBlendShapes` method to the [AndroidOpenXRFaceSubsystem](xref:UnityEngine.XR.OpenXR.Features.Android.AndroidOpenXRFaceSubsystem), which provides information about the facial expression of a tracked face.
- - Added [XRFaceBlendShapeExtensions](xref:UnityEngine.XR.OpenXR.Features.Android.XRFaceBlendShapeExtensions), which provides an easy conversion from the platform-agonstic `XRFaceBlendShape` to the platform- specific [AndroidXRBlendShapeFeature](xref:UnityEngine.XR.OpenXR.Features.Android.AndroidXRBlendShapeFeature)
- Added the `TryGetInwardRegionConfidences` method to the [AndroidOpenXRFaceSubsystem](xref:UnityEngine.XR.OpenXR.Features.Android.AndroidOpenXRFaceSubsystem), which provides confidence values representing the accuracy of blend shape data for each face region.
📈 Improvements
- Changed **Multiview Render Regions (Vulkan)** setting for Android XR Support from a check box to dropdown menu with three options: **None**, **Final Pass** and **All Passes**.
- Updated OpenXR Package dependency to 1.15.1.
- Updated documentation for enabling Application SpaceWarp.
- ### Deprecated
- `AndroidOpenXRFaceTrackingStates` has been marked obsolete. Instead use `AndroidOpenXREyeTrackingStates` for representing the state of eye gaze data.
- `TryGetAndroidOpenXRFaceTrackingStates` has been marked obsolete. Instead use `TryGetAndroidOpenXREyeTrackingStates` to obtain the state of eye gaze data.
⚡ API Changes
🔧 Bug Fixes
- ### Security
