com.unity.xr.arcore 4.1.7

com.unity.xr.arcore

Notes: processedReleased April 8, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

🔄 Changes

  • Update [known limitations](xref:arcore-manual#known-limitations) to clarify depth image support behavior.

🔧 Bug Fixes

  • Fix incorrect reporting of the [plane detection mode](xref:UnityEngine.XR.ARSubsystems.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.
  • Fixed possible crash when converting [CPU camera images](xref:UnityEngine.XR.ARSubsystems.XRCpuImage) to RGB color formats.
  • 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.