com.unity.xr.meta-openxr 2.0.2

com.unity.xr.meta-openxr

Source docs
Notes: processedReleased October 3, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

📈 Improvements

  • Recompiled the native plug-in with support for 16 KB page sizes on Android 15 or newer.

🔧 Bug Fixes

  • Fixed Android Manifest setup for builds so that if your app uses Bounding Boxes or Meshing but not Planes, your app's Android Manifest will now correctly declare the `com.oculus.permission.USE_SCENE` permission.
  • Fixed the `MetaOpenXRAnchorSubsystem` so that it correctly registers its `subsystemTypeOverride`, allowing you to typecast instances of `XRAnchorSubsystem` to `MetaOpenXRAnchorSubsystem`.
  • Fixed the **Meta Quest: Display Utilities** feature so that it works correctly even when **Meta Quest: Session** is disabled. (MOXRB-70)
  • Fixed `MetaOpenXRPlaneSubsystem` so that it doesn't cause the app to unexpectedly quit if the subsystem is destroyed while hiding planes that don't match your chosen plane detection mode.