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.13.0

Compare
Choose a tag to compare
@noelvictor1 noelvictor1 released this 01 Nov 17:41
· 14 commits to master since this release

Breaking changes

None.

New APIs

None.

Deprecations

  • The ErrorAndroidVersionNotSupported property has been deprecated and merged with ErrorDeviceNotCompatible. Use ErrorDeviceNotCompatible instead.

Behavioral changes

  • LightEstimate.ReflectionProbe now returns the cubemap texture corresponding to the color space setting in Project Setting. When using Gamma color space, the texture will be in gamma space. When using Linear color space, the texture will be in linear space. Previously, the texture was always returned in Linear color space.

Bug fixes

  • Fixed an issue where app crashes when ARCoreSession is destroyed before destroying anchors.
  • Fixed an issue where Instant Preview fails to install if ADB_TRACE is set.

Known issues

  • Instant Preview does not work with the Pixel 3/3 XL and Pixel 4/4 XL running Android 10.