Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

ARCore SDK for Unity v1.14.0

Compare
Choose a tag to compare
@noelvictor1 noelvictor1 released this 12 Dec 21:46
· 13 commits to master since this release

Breaking changes

  • Renamed CameraFocusMode.Auto to CameraFocusMode.AutoFocus.
  • Renamed CameraFocusMode.Fixed to CameraFocusMode.FixedFocus.

New APIs

None.

Deprecations

None.

Behavioral changes

  • The Session.LostTrackingReason may now be LostTrackingReason.CameraUnavailable when the camera is in use by another application. Prior to ARCore SDK 1.13 this would have been LostTrackingReason.None. After an app regains priority, tracking will resume.

Other changes

  • Changed minimum supported version of Unity to 2017.4.34f1. Apps submitted to the Play Store after November 2019 are required to target API level 28 (Android 9) or higher, which was not supported in the previously recommended version 2017.4.27f1.

Bug fixes

  • Fixed known issue from 1.13.0 where Instant Preview shows a white camera image on Pixel 3 and Pixel 4 running Android 10 when on Mac.