com.unity.xr.arfoundation 4.0.2

com.unity.xr.arfoundation

Notes: processedReleased June 16, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3

🔄 Changes

  • Updating dependency on AR Subsystyems to 4.0.0.
  • Changed `XRCameraImage` to `XRCpuImage` along with APIs that used this type (e.g., `ARCameraManager.TryGetLatestImage`). See the migration guide for more details.
  • The `ARMeshManager` no longer creates and destroys an `XRMeshSubsystem`. Instead, it relies on XR Management to create and destroy the subsystem. The `ARMeshManager` still starts and stops it.

🔧 Bug Fixes

  • Fixed a bug which could throw an `ArgumentNullException`, typically on application shutdown:
  • ```
  • ArgumentNullException: Value cannot be null.
  • Parameter name: _unity_self
  • ```