com.unity.collections 2.2.1
Source docsNotes: processedReleased September 14, 2023
Unity Compatibility
Minimum Unity: 2022.3 (0f1)
Package Dependencies
- com.unity.burst (1.8.8)
- com.unity.modules.unityanalytics (1.0.0)
- com.unity.nuget.mono-cecil (1.11.4)
- com.unity.test-framework.performance (3.0.2)
📈 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
