com.unity.collections 1.5.1

com.unity.collections

Source docs
Notes: processedReleased July 26, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3 (30f1)

📈 Improvements

  • `UnsafeAppendBuffer` now constrains methods consuming generic parameter `T` to be `unmanaged` instead of `struct`.
  • Updated LICENSE.md

🔧 Bug Fixes

  • `UnsafeAppendBuffer` now safely reads and writes type `T`. Previously, it was possible to make unaligned reads and writes of type `T` which could violate platform architecture alignment requirements.