com.unity.collections 1.1.0
Notes: processedReleased November 22, 2021
Unity Compatibility
Minimum Unity: 2020.3 (17f1)
Package Dependencies
✨ Features
- `REMOVE_DISPOSE_SENTINEL` ifdefs in all containers for future removal of DisposeSentinel.
- Bounds check to `Fixed/Native/UnsafeList`.
- `SetCapacity` and `TrimExcess` to `NativeList`.
- A custom allocator wrapper `AllocatorHelper` to facilitate custom allocator creation and destruction.
📈 Improvements
- Only lower 15 bits of an allocator handle version are valid.
🔧 Bug Fixes
- Error in leak detection for NativeList created by RewindableAllocator.
- Removed pointer caching from `Native/UnsafeList.ParallelWriter`.
- `AtomicSafetyHandle` issue preventing use of `foreach` iterator in jobs for `NativeHashSet`, `NativeHashMap`, and `NativeMultiHashMap` containers.
