com.unity.xr.arcore 4.2.0-pre.2

com.unity.xr.arcore

Notes: processedReleased March 9, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.2

Package Dependencies

🔄 Changes

  • The following properties have been deprecated:
  • - `ArSession.IsNull` => Compare to `null` instead.
  • - `ArSession.Null` => Use `default` instead.
  • - `ArConfig.IsNull` => Compare to `null` instead.
  • - `ArConfig.Null` => Use `default` instead.
  • - `ArCameraConfig.IsNull` => Compare to `null` instead.
  • - `ArCameraConfig.Null` => Use `default` instead.
  • - `ArCameraConfigFilter.IsNull` => Compare to `null` instead.
  • - `ArCameraConfigFilter.Null` => Use `default` instead.
  • Update XR Plug-in Management dependency to 4.0.
  • Update [known limitations](xref:arcore-manual#known-limitations) to clarify depth image support behavior.

🔧 Bug Fixes

  • Improve handling for spaces in pathnames when building the reference image library which may cause the build to fail.
  • Allow reference images to be located outside the `Assets` folder, e.g., in packages.
  • Fix incorrect reporting of the [plane detection mode](xref:UnityEngine.XR.ARSubsystems.XRPlaneSubsystem.PlaneDetectionMode). Both the [requestedPlaneDetectionMode](xref:UnityEngine.XR.ARSubsystems.XRPlaneSubsystem.requestedPlaneDetectionMode) and [currentPlaneDetectionMode](xref:UnityEngine.XR.ARSubsystems.XRPlaneSubsystem.currentPlaneDetectionMode) would incorrectly report that vertical plane detection was enabled/requested when only horizontal plane detection enabled/requested.