com.unity.xr.arcore 6.0.0-pre.3
Source docsNotes: processedReleased September 15, 2023
Unity Compatibility
Minimum Unity: 2023.2
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.xr.arfoundation (6.0.0-pre.3)
- com.unity.xr.core-utils (2.2.2)
- com.unity.xr.management (4.4.0)
✨ Features
- Added support for Image Stabilization, which helps stabilize shaky video from the camera.
📈 Improvements
- Upgraded ARCore version to 1.37 from 1.31.
- ### Deprecated
- `ARCoreXRPointCloudSubsystem` has been deprecated and renamed to `ARCorePointCloudSubsystem` for consistency with other subsystems. Unity's API Updater should automatically convert any deprecated APIs references to the new APIs when the project is loaded into the Editor again.
⚡ API Changes
- Removed the following deprecated APIs:
- - `ArCameraConfig.Null` property
- - `ArCameraConfig.IsNull` property
- - `ArCameraConfigFilter.Null` property
- - `ArCameraConfigFilter.IsNull` property
- - `ArConfig.Null` property
- - `ArConfig.IsNull` property
- - `ARCoreBeforeSetConfigurationEventArgs.session` property
- - `ARCoreBeforeSetConfigurationEventArgs.config` property
- - `ARCoreBeforeSetConfigurationEventArgs(IntPtr session, IntPtr config)` constructor
- - `ARCoreSettingsProvider` class
- - `ArSession.Null` property
- - `ArSession.IsNull` property
