com.unity.xr.arkit 6.0.2

com.unity.xr.arkit

Source docs
Notes: processedReleased June 3, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

📈 Improvements

  • Rebuilt static libraries with Xcode version 15.4 (15F31d). You are now required to build iOS apps using Xcode 15.4 or newer.
  • Changed AR Foundation dependency version from 6.0.1 to 6.0.2.

🔧 Bug Fixes

  • Fixed issue ARKB-58 where iOS apps could intermittently crash when destroying the `AROcclusionManager` with multithreaded rendering enabled.
  • Fixed the native input provider so that it now explicitly sets **Device** mode as its only supported [Tracking Origin Mode](xref:Unity.XR.CoreUtils.XROrigin.TrackingOriginMode). The [XR Origin component](xref:xr-core-utils-xr-origin-reference) will always use **Device** mode as its Tracking Origin Mode. You should set the XR Origin component's **Camera Y Offset** value to `0` to avoid adding a height offset to your camera and trackables.