com.unity.transport 1.0.0-pre.16

com.unity.transport

Notes: processedReleased March 24, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3 (0f1)

🔄 Changes

  • Don't warn when overwriting settings in `NetworkSettings` (e.g. when calling the same `WithFooParameters` method twice).
  • Added new methods to set security parameters: `NetworkSettings.WithSecureClientParameters` and `NetworkSettings.WithSecureServerParameters`. These replace the existing `WithSecureParameters`, which is now obsolete.
  • Updated Collections dependency to 1.2.3.

🔧 Bug Fixes

  • Fixed client certificate not being passed to UnityTLS on secure connections. This prevented client authentication from properly working.
  • Fixed: Reliable pipeline drop statistics inaccurate.