com.unity.xr.arkit 1.0.0-preview.23

com.unity.xr.arkit

Notes: processedReleased April 3, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

🔧 Bug Fixes

  • Refactor the way ARKit face tracking is in the build. Face tracking has been moved to a separate static lib so that it can be removed from the build when face tracking is not enabled. This was preventing apps from passing App Store validation, as face tracking types may not appear in the binary unless you include a privacy policy describing to users how you intend to use face tracking and face data.
  • ### New
  • Support the `CameraIntrinsics` API in ARExtensions.

🔧 Bug Fixes

  • Fixed linker errors when linking `UnityARKit.a` with Xcode 9.x