com.unity.collections 0.0.9-preview.19

com.unity.collections

Notes: processedReleased May 16, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.1 (0f1)

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.