com.unity.xr.core-utils 2.5.0
Source docsNotes: processedReleased December 17, 2024
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
