com.unity.xr.arkit 4.1.0-preview.12

com.unity.xr.arkit

Notes: processedReleased November 3, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • Removed a file called `NativeInterop.m` (it has been combined with an existing file to reduce name collisions). If you build for iOS by "appending" rather than "replacing" a previous Xcode project, you will need to manually remove this file reference. It is at `Libraries/com.unity.xr.arkit/Runtime/iOS/NativeInterop.m` in the Xcode project produced by Unity.

🔧 Bug Fixes

  • Fix issue with z-depth calculations on iOS when AR Foundation camera is enabled. This issue would result in shader z-depth differences (e.g. during fog computation) between normal camera rendering compared to AR camera rendering.
  • Fix a (mostly harmless) warning message emitted by ARKit if the worldAlignment is set when it is not allowed to be changed and is already at the requested value.