com.unity.xr.meta-openxr 2.0.0

com.unity.xr.meta-openxr

Source docs
Notes: processedReleased May 1, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

Features

  • Added support for saving anchors, loading anchors, and erasing anchors introduced in AR Foundation 6.
  • Added explicit dependencies for the XR Plug-in Management and XR Core Utils packages, which were previously implicit.

📈 Improvements

  • Changed the `MetaOpenXRPlaneSubsystem` to correctly apply the [PlaneClassifications.InvisibleWallFace](xref:UnityEngine.XR.ARSubsystems.PlaneClassifications.InvisibleWallFace) semantic label for invisible wall faces.
  • Changed the plane and bounding box subsystems to no longer attempt to request the Android system permission `com.oculus.permission.USE_SCENE` on your app's behalf. To use these features with OpenXR Plug-in version 1.11.0 or newer, your app must request this permission. Refer to Spatial Data Permission (Meta Quest Developer Center) to learn how to request this permission.
  • Changed minimum version of AR Foundation dependency from 6.0.0-pre.7 to 6.0.1.
  • Changed minimum Unity Editor version from 2023.3 to 6000.0 as required by AR Foundation 6.0.1.
  • Changed minimum version of OpenXR Plug-in dependency from 1.9.1 to 1.10.0.

🔧 Bug Fixes

  • Fixed an issue where trackable poses would fail to update when the OpenXR runtime returned valid but untracked data.
  • Fixed an issue where planes that should be classified as `WallArt` were classified as `Other`.
  • ### Security