com.unity.collections 2.2.0

com.unity.collections

Source docs
Notes: processedReleased June 22, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.2 (15f1)

Package Dependencies

📈 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.