com.unity.xr.arcore 2.2.0-preview.2

com.unity.xr.arcore

Notes: processedReleased July 19, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

🔧 Bug Fixes

  • Previously, we reported the tracking state of augmented images using an ARCore API that always returned `TrackingState.Tracking`, even when the image had been removed from view. We now use the method ArAugmentedImage\_getTrackingMethod instead, which will change the tracking state to `TrackingState.Limited` if the image cannot be seen.