This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
ARPlusSystem/ARPlusSystem-250418/Library/PackageCache/com.unity.xr.arcore@4.2.10/Documentation~/whats-new.md

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

Updated

  • The following properties have been deprecated:
    • ArSession.IsNull => Compare to null instead.
    • ArSession.Null => Use default instead.
    • ArConfig.IsNull => Compare to null instead.
    • ArConfig.Null => Use default instead.
    • ArCameraConfig.IsNull => Compare to null instead.
    • ArCameraConfig.Null => Use default instead.
    • ArCameraConfigFilter.IsNull => Compare to null instead.
    • ArCameraConfigFilter.Null => Use default 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 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.