com.unity.collections 2.4.0-exp.2

com.unity.collections

Source docs
Notes: processedReleased November 14, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Features

  • `DataStreamReader.ReadBytes` and `DataStreamWriter.WriteBytes` now have a variant that takes a `Span` as a parameter, making it easier to use these APIs with regular `byte[]` arrays.

📈 Improvements

  • The minimum supported editor version is now 2022.3.11f1
  • ### Deprecated

API Changes

    🔧 Bug Fixes

    • ### Security