com.unity.xr.arfoundation 6.3.1

com.unity.xr.arfoundation

Source docs
Notes: processedReleased November 7, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

Package Dependencies

🔧 Bug Fixes

  • Fixed an issue where disabling the AROcclusionManager could cause some objects to become incorrectly occluded for ARCore and ARKit apps.
  • Fixed `LoaderUtility` so that it correctly initializes or deinitializes the OpenXR Loader when you call `Initialize` or `Deinitialize`, respectfully.
  • Fixed internal code so that if trackables of different types share the same `TrackableId`, their GameObjects are spawned correctly with no exceptions logged to the console. (ARFB-665).
  • Fixed the following methods of [XRBoundingBox](xref:UnityEngine.XR.ARSubsystems.XRBoundingBox):
  • - `ToString` now lists the struct members in the order they appear in the stuct
  • - `Equals` now correctly considers a bounding box's `parentId` when comparing for equality
  • - `GetHashCode` now correctly considers a bounding box's `parentId` when generating a hash code.