com.unity.xr.arfoundation 6.0.0-pre.7

com.unity.xr.arfoundation

Source docs
Notes: processedReleased March 12, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.3

Package Dependencies

Features

  • Added an API for provider plug-ins to implement the detection and tracking of 3D bounding boxes. Refer to [Bounding box detection](xref:arfoundation-bounding-box-detection) for more information.

📈 Improvements

  • Changed [XRResultStatus](xref:UnityEngine.XR.ARSubsystems.XRResultStatus) to more easily allow for a wide range of platforms to use the type:
  • - Renamed the `value` property to `nativeStatusCode`.
  • - Added a cross-platform `statusCode` property and corresponding constructors.
  • - Removed the implicit conversion operators between `int` and `XRResultStatus`. Use a constructor instead.

🔧 Bug Fixes

  • Fixed an issue where destroying and recreating the `SimulationSessionSubsystem` could result in the creation of a `SimulationMeshSubsystem` instance, even if the `XRLoader` did not initially create it.
  • Fixed an issue where the TvOS build target would have compile errors in `Simulation.InputLayoutLoader`.