com.unity.collections 2.3.0-exp.1
Source docsNotes: processedReleased September 20, 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 (1.3.8)
- com.unity.test-framework.performance (3.0.2)
✨ Features
- Added a new `GetUnsafeReadOnlyPtr` method to `DataStreamReader`. This can be used as an escape hatch if access to the underlying buffer of the stream reader is required.
🔧 Bug Fixes
- A previous release did not allow `unsafeList.RemoveRange(unsafeList.Length, 0)` anymore, which could cause failures in many common algorithms. This has been fixed.
- Made `SortJob.SegmentSort`, and `SortJob.SegmentSortMerge` public to allow generic job type registration.
- `UnsafeList.RemoveAtSwapBack` could read invalid memory when the last element of the list is removed
- Data elements in FixedList\ now respect natural alignment for the type T
