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

Compare
Choose a tag to compare
@noelvictor1 noelvictor1 released this 07 Dec 18:30
· 22 commits to master since this release

Behavioral changes

  • Instant Preview now briefly shows a warning message as reminder about it's limited support for touch based input.

Other changes

  • Updated samples to call out current limitations more clearly when running in editor.
  • Play Services Resolver plugin upgraded to version 1.2.95.0.
  • Log messages and ARCore Preferences have been updated for clarity.
  • Added an updated Cloud Anchors example that uses Unity's Multiplayer Services.
  • Binaries in the SDK are now covered by the Google API TOS.

Bug fixes

  • Fixed #240: Replaced SetIndices with SetTriangles in DetectedPlaneVisualizer.
  • Fixed #297: "Cannot create Augmented Image database" if the Unity project path has a space in the name.
  • Catch SocketException in CloudAnchors sample and log details when IP address cannot be determined at runtime.
  • Fixed gradle project compilation error when using Cloud Anchors in an "AR Optional" app.
  • Fixed #450: Instant Preview correctly streams video on Pixel 3 and Pixel 3 XL.
  • Issue #563: Resolved an crash with a log message "AssetManager has been finalized" that could occur on some devices.
  • Issue #630: Fixed a bug where multiple points in a point cloud could use the same ID.