com.unity.transport 2.5.1

com.unity.transport

Source docs
Notes: processedReleased March 26, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3

🔄 Changes

  • Changed Path MTU discovery to default to off. It can be enabled using network config parameters.

🔧 Bug Fixes

  • When Path MTU discovery is enabled and a transport connects to a peer that doesn't support it (such as an older version of transport), when discovery times out, it will now revert to previous behavior of using the configured MaxMessageSize rather than using 1024 bytes.