com.unity.collections 2.2.0
Source docsNotes: processedReleased June 22, 2023
Unity Compatibility
Minimum Unity: 2022.2 (15f1)
Package Dependencies
- com.unity.burst (1.8.4)
- com.unity.modules.unityanalytics (1.0.0)
- com.unity.nuget.mono-cecil (1.11.4)
📈 Improvements
- Made `SegmentSort` and `SegmentSortMerge` public to allow generic job type registration.
🔧 Bug Fixes
- Previously it was possible to change the length of a `NativeList` via the `Length` property setter while the NativeList is being used inside of a job without an InvalidOperationExcpetion being thrown for the unsafe access.
