Change log
[0.0.9-preview.20] - 2019-05-24
Changes
- Updated dependencies for
Unity.Collections.Tests
[0.0.9-preview.19] - 2019-05-16
New 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.WriteLayoutdebug utility
Fixes
- Fixes a
NativeQueuealignment issue.
[0.0.9-preview.18] - 2019-05-01
Change tracking started with this version.