What's new in version 4.2
Summary of changes in ARCore XR Plug-in package version 4.2.
The main updates in this release include:
Added
- When you build an Android Player with ARCore enabled, this package checks the Gradle version and displays a warning if the Gradle version is too low. To disable this check and its warning notification, use the new public API ARCore
Settings. .ignore Gradle Version - Added support for session recording and playback.
Updated
- The following properties have been deprecated:
ArSession.IsNull
=> Compare tonull
instead.ArSession.Null
=> Usedefault
instead.ArConfig.IsNull
=> Compare tonull
instead.ArConfig.Null
=> Usedefault
instead.ArCameraConfig.IsNull
=> Compare tonull
instead.ArCameraConfig.Null
=> Usedefault
instead.ArCameraConfigFilter.IsNull
=> Compare tonull
instead.ArCameraConfigFilter.Null
=> Usedefault
instead.
- Updated XR Plug-in Management dependency to 4.0.
- Updated known limitations to clarify depth image support behavior.
Fixed
- Improved handling for spaces in pathnames when building the reference image library which may cause the build to fail.
- You can now use reference images that are located outside the
Assets
folder. - Fixed an issue where the plane detection mode was reported incorrectly. The requested
Plane and currentDetection Mode Plane incorrectly reported that vertical plane detection was enabled or requested when only horizontal plane detection enabled/requested.Detection Mode - Excluded tests from scripting API docs.
For a full list of changes and updates in this version, see the ARCore XR Plug-in package changelog.