com.unity.collections 2.5.0-exp.1

com.unity.collections

Source docs
Notes: processedReleased June 17, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Features

  • SortJobDefer type for scheduling sorting on NativeList when content of the list is not known ahead of time, and depends on dependent jobs.

📈 Improvements

  • Update entities package dependencies

🔧 Bug Fixes

  • Clarified usage of "front" and "end" in API docs for `NativeQueue` and `UnsafeQueue`
  • Default constructed container can call IsCreated and IsEmpty properties.