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

com.unity.xr.arkit

Notes: processedReleased July 16, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • Updated the CBUFFER name containing the UnityDisplayTransform matrix from AR Foundation to avoid collision.
  • The ARKit static library is no longer part of the generated Xcode project when the ARKit loader is disabled in the ARKit settings in the `XR Plug-in Management` UI. Added default implementations of calls to native code when this static library is excluded so that linker errors do not occur.
  • Updated the ARKit meshing documentation.
  • Static library was built with Xcode 12.0 beta 2 (12A6163b).

🔧 Bug Fixes

  • When using the Universal Rendering Pipeline, the background rendering used the graphics setting's render pipeline asset instead of the current render pipeline. This meant that render pipeline assets assigned to a quality level would not be respected. This has been fixed.