com.unity.collections 0.0.9-preview.19
Notes: processedReleased May 16, 2019
Unity Compatibility
Minimum Unity: 2019.1 (0f1)
Package Dependencies
✨ Features
- JobHandle NativeList.Dispose(JobHandle dependency) allows Disposing the container from a job.
- Exposed unsafe NativeSortExtension.Sort(T\* array, int length) method for simpler sorting of unsafe arrays
- Imporoved documentation for `NativeList`
- Added `CollectionHelper.WriteLayout` debug utility
🔧 Bug Fixes
- Fixes a `NativeQueue` alignment issue.
