com.unity.collections 2.2.1

com.unity.collections

Source docs
Notes: processedReleased September 14, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (0f1)

Package Dependencies

📈 Improvements

  • Updated Burst dependency to version 1.8.7
  • Updated Burst dependency to version 1.8.8

🔧 Bug Fixes

  • Previously the `Sort` extension for NativeContainers could access memory out of bounds of the container when an invalid `IComparer` was implemented for `T`: Comparers must return three states (<0, 0, >0). Sort will now no longer access invalid memory and when running with collection checks enabled (e.g. always on in Editor) or using `UNITY_DOTS_DEBUG` in player builds, an additional check at the beginning of the sort will validate the comparer is implemented correctly and inform users otherwise.

Features

  • Added a dependency on the com.unity.test-framework.performance package