com.unity.xr.arcore 3.1.4

com.unity.xr.arcore

Notes: processedReleased June 26, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.2

Package Dependencies

🔧 Bug Fixes

  • Fixed a bug which caused a new point cloud to be reported each time the `XRDepthSubsystem` was stopped and restarted without removing the old point cloud, causing multiple point clouds to appear over time. Now, the point cloud's trackable id is unique to the session. Creating a new session, or resetting an existing session, will create a new point cloud and remove the old one (if there was one previously), but starting and stopping the `XRDepthSubsystem` no longer changes the trackable id. There is only ever one point cloud.
  • AAR files includes in this package are now compatible Android Gradle Plugin 3.6.3 and older.