com.unity.xr.arkit 4.0.1
Notes: processedReleased June 16, 2020
Unity Compatibility
Minimum Unity: 2019.3
Package Dependencies
🔄 Changes
- Updating dependency on AR Subsystems to 4.0.0.
- Updated "camera image" APIs to use the new "CPU image" API. See the ARFoundation migration guide for more details.
- Removed support for Xcode versions below version 11.0 as per apple app store submission guidelines. See App Store submission guidelines for more information
- Previously, the trackable id associated with a point cloud was tied to the `XRDepthSubsystem`, and would only change if the subsystem was recreated. Now, the trackable id is tied to the session and will change if the session is recreated or reset. As before, there is only ever one point cloud.
- ARKitLoader now manages the initialization and destruction of its `XRMeshSubsystem`. This means that using ARKit with XR Management with try to initialize (but not start) the meshing subsystem.
🔧 Bug Fixes
- Fixed a bug where the `XRParticipantSubsystem` was never initialized and was therefore unavailable.
