com.unity.xr.meta-openxr 2.3.0

com.unity.xr.meta-openxr

Source docs
Notes: processedReleased October 4, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

📈 Improvements

  • Changed the minimum AR Foundation dependency version from 6.3.0-pre.2 to 6.3.0, upgrading to a verified release version.
  • Changed the minimum XR Composition Layers dependency version from 2.1.0 to 2.1.1 to ensure that you receive necessary bug fixes.
  • Changed the minimum OpenXR Plug-in dependency version from 1.16.0-pre.1 to 1.15.1. Test code that depends on OpenXR Plug-in 1.16 is now conditionally compiled with a version define so we can depend on the verified 1.15 release.

🔧 Bug Fixes

  • Fixed `MetaOpenXRAnchorSubsystem` so that `TryEraseAnchorsAsync`, `TryLoadAnchorsAsync`, and `TrySaveAnchorAsync` now correctly return a completed Awaitable if you pass them an input array of 0 anchors.
  • Fixed `MetaOpenXRAnchorSubsystem` so that `TryEraseAnchorsAsync`, `TryLoadAnchorsAsync`, and `TrySaveAnchorsAsync` now correctly complete their erase, load, or save operations, respectively, even if the OpenXR runtime fails to enable required components on one or more anchors.