com.unity.xr.arkit 5.1.0-pre.1
Notes: processedReleased October 28, 2022
Unity Compatibility
Minimum Unity: 2021.2
Package Dependencies
📈 Improvements
- Static library was rebuilt with Xcode Version 14.0 beta 2 (14A5229c). Please note that Xcode no longer supports building iOS projects with deployment targets for the armv7 and armv7s architectures.
- ARKit 6 introduced a change to the way plane anchor rotations are updated on iOS 16 devices as they learn more about the environment during an AR Session. To preserve AR Foundation's default behavior and maintain cross-platform consistency, this package applies the new [ARPlaneExtent.rotationOnYAxis](xref:https://developer.apple.com/documentation/arkit/arplaneextent/3950861-rotationonyaxis?language=objc) transformation to plane trackables on iOS 16 devices before returning them. As a result of this change, your application will continue to behave identically on all iOS versions with no developer action required. For more information, see Apple's ARKit documentation.
