This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
ARCore SDK for Unity v1.14.0
Breaking changes
- Renamed
CameraFocusMode.Auto
toCameraFocusMode.AutoFocus
. - Renamed
CameraFocusMode.Fixed
toCameraFocusMode.FixedFocus
.
New APIs
None.
Deprecations
None.
Behavioral changes
- The
Session.LostTrackingReason
may now beLostTrackingReason.CameraUnavailable
when the camera is in use by another application. Prior to ARCore SDK 1.13 this would have beenLostTrackingReason.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.