com.unity.xr.arcore 4.0.3
Notes: processedReleased June 16, 2020
Unity Compatibility
Minimum Unity: 2019.3
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.xr.arsubsystems (4.0.1)
- com.unity.xr.management (3.2.10)
🔄 Changes
- AAR files includes in this package are now compatible with Android Gradle Plugin 3.6.3 and older.
- Updating dependency on AR Subsystems to 4.0.0.
- Update ARCore to version 1.17
- Updated "camera image" APIs to use the new "CPU image" API. See the ARFoundation migration guide for more details.
- When the ARCore Loader in XR Management is diabled the ARCore binaries are not packaged into the build and ARCore build checks are not run.
🔧 Bug Fixes
- Fixed a bug where horizontal planes would still be reported when the plane detection mode was set to vertical only.
- 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.
