com.unity.xr.arcore 4.1.0-preview.11
Notes: processedReleased October 23, 2020
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.xr.arsubsystems (4.1.0-preview.11)
- com.unity.xr.management (3.2.16)
🔄 Changes
- The implementation of [XRCpuImage.ConvertAsync](xref:UnityEngine.XR.ARSubsystems.XRCpuImage.ConvertAsync\(UnityEngine.XR.ARSubsystems.XRCpuImage.ConversionParams\)) is now multithreaded across all hardware cores to produce the result faster. Previously, only the [synchronous version](xref:UnityEngine.XR.ARSubsystems.XRCpuImage.Convert\(UnityEngine.XR.ARSubsystems.XRCpuImage.ConversionParams,System.IntPtr,System.Int32\)) was multithreaded. However, on newer devices with high camera resolutions, the single threaded asynchronous conversion would often take multiple frames to complete. Now, both synchronous and asynchronous conversions are multithreaded.
