com.unity.xr.arcore 6.0.0-pre.3

com.unity.xr.arcore

Source docs
Notes: processedReleased September 15, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.2

Package Dependencies

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