ARCore Extensions for AR Foundation v1.43.0
Other changes
- Geospatial Creator's Search feature now uses Google's New Places API. To use the search feature, enable the "Places API (New)" in the Google Cloud Console.
- When using the Geospatial Creator API to modify the geodetic location of an
ARGeospatialCreatorAnchor
, the correspondingGameObject.transform.position
is now immediately updated to move the object to the updated location in Unity world coordinates. It is no longer required for a frame to advance before this update occurs.
Bug fixes
- When "Override terrain/rooftop altitude in Editor Scene View" is enabled for a terrain or rooftop anchor, the anchor's height seen in the Editor Scene View is now calculated by offsetting the override value with the "relative altitude from terrain/rooftop" value. WGS84 anchor behavior is unchanged since its altitude parameter is not relative to the override.