com.unity.xr.core-utils 2.3.0

com.unity.xr.core-utils

Source docs
Notes: processedReleased January 18, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0f1)

Package Dependencies

  • com.unity.modules.xr (1.0.0)

Features

  • Added a new collection [ReadOnlyList\](xref:Unity.XR.CoreUtils.ReadOnlyList`1) as a more performant alternative to `ReadOnlyCollection`. `ReadOnlyList` improves upon `ReadOnlyCollection` by removing the heap allocations associated with `GetEnumerator()`.

🔧 Bug Fixes

  • Fixed the XmlDocs issues for API documentation.