com.unity.xr.arcore 4.1.7
Notes: processedReleased April 8, 2021
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.xr.arsubsystems (4.1.7)
- com.unity.xr.management (4.0.1)
🔄 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.
