com.unity.transport 0.2.0-preview.4

com.unity.transport

Notes: processedReleased November 26, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0b11)

Features

    🔄 Changes

    • Added support for unquantized floats to `DataStream` class.
    • Added `NetworkConfigParameter.maxFrameTimeMS` so you to allow longer frame times when debugging to prevent disconnections due to timeout.
    • Allow "1.1.1.1:1234" strings when parsing the IP string in the NetworkEndPoint class, it will use the port part when it's present.
    • Reliable pipeline now doesn't require parameters passed in (uses default window size of 32)
    • Added Read/Write of ulong to `DataStream`.
    • Made it possible to get connection state from the parallel NetworkDriver.
    • Added `LengthInBits` to the `DataStreamWriter`.

    🔧 Bug Fixes

    • Do not push data events to disconnected connections. Fixes an error about resetting the queue with pending messages
    • Made the endian checks in `DataStream` compatible with latest version of burst.
    • ### Upgrade guide