com.unity.xr.arcore 3.1.4
Notes: processedReleased June 26, 2020
Unity Compatibility
Minimum Unity: 2019.2
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.xr.arsubsystems (3.1.3)
- com.unity.xr.management (3.0.6)
🔧 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.
