com.unity.xr.arkit 4.1.0-preview.11
Notes: processedReleased October 23, 2020
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
🔄 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.
- Static library was built with Xcode 12.1 (12A7403).
