2.5 KiB
2.5 KiB
| uid |
|---|
| arcore-whats-new |
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 ARCoreSettings.ignoreGradleVersion.
- Added support for session recording and playback.
Updated
- The following properties have been deprecated:
ArSession.IsNull=> Compare tonullinstead.ArSession.Null=> Usedefaultinstead.ArConfig.IsNull=> Compare tonullinstead.ArConfig.Null=> Usedefaultinstead.ArCameraConfig.IsNull=> Compare tonullinstead.ArCameraConfig.Null=> Usedefaultinstead.ArCameraConfigFilter.IsNull=> Compare tonullinstead.ArCameraConfigFilter.Null=> Usedefaultinstead.
- 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
Assetsfolder. - Fixed an issue where the plane detection mode was reported incorrectly. The requestedPlaneDetectionMode and currentPlaneDetectionMode incorrectly reported that vertical plane detection was enabled or requested when only horizontal plane detection enabled/requested.
- 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.