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.arkit@4.2.10/Documentation~/upgrade-guide.md

524 B

uid
arkit-upgrade-guide

Upgrading to ARKit XR Plug-in version 4.2

To upgrade to ARKit XR Plug-in package version 4.2, you need to do the following:

  • Remove uses of NSError.isNull.
  • Use Unity 2020.3 or newer.

Remove uses of NSError.isNull

NSError.isNull has been deprecated. To determine whether an NSError is null, compare it to null using the == operator.

Use Unity 2020.3 or newer

This version of the package requires Unity 2020.3 or newer.