com.unity.collections 1.5.1
Source docsNotes: processedReleased July 26, 2023
Unity Compatibility
Minimum Unity: 2020.3 (30f1)
Package Dependencies
📈 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.
