Skip to content

ARCore Extensions for AR Foundation v1.38.0

Compare
Choose a tag to compare
@cujo391 cujo391 released this 29 Jun 20:02

Known issues

  • #1573: On certain Android devices, enabling 60FPS mode causes the tracking to become unsynchronized with the camera feed. The 60FPS mode has been temporarily disabled on these devices and will not appear in supported camera configurations.

Other changes

  • ARGeospatialCreatorOrigin objects are now tagged with "EditorOnly" by default when added to the scene from an Editor menu, because they are only used by the Geospatial Creator in Editor mode.
  • Updated the asynchronous Geospatial and Cloud Anchor APIs to add resolved anchors to the scene upon completion of the promise, instead of when the promise's result is first accessed.
  • When enabling the Geospatial Creator, the minimum version dependency for Cesium For Unity has been changed from 1.0.0 to 1.1.0, which fixes an iOS build issue. We recommend all Geospatial Creator users update to the latest Cesium version.
  • Adjusted the Map Tiles API URL to match the recommended format. The old URL (without .json) will continue to work.

Bug fixes

  • Changes to the Map Tiles API key in the ARGeospatialCreatorOrigin Inspector are added to the Unity Editor's undo stack, and mark the scene as modified.