com.unity.xr.core-utils 2.5.0

com.unity.xr.core-utils

Source docs
Notes: processedReleased December 17, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3 (0f1)

Package Dependencies

  • com.unity.modules.xr (1.0.0)

Features

  • Added support for TrackingOriginModeFlags.Unbounded in XROrigin.
  • Added support for the `IEquatable>` interface to [ReadOnlyList](xref:Unity.XR.CoreUtils.Collections.ReadOnlyList`1).
  • Added support for the `IEquatable>` interface to [ReadOnlyListSpan](xref:Unity.XR.CoreUtils.Collections.ReadOnlyListSpan`1).
  • Added overrides for the `==` and `!=` operators for `ReadOnlyList` and `ReadOnlyListSpan` to use the new `IEquatable` implementations.
  • Added overrides for `object.ToString` to `ReadOnlyList` and `ReadOnlyListSpan` for a better debugging experience.

📈 Improvements

  • Changed [ReadOnlyListSpan\](xref:Unity.XR.CoreUtils.Collections.ReadOnlyListSpan`1) so that it can provide a read-only view of any implementation of `IReadOnlyList`, instead of only working for `List`.
  • ### Deprecated

API Changes

    🔧 Bug Fixes