com.unity.transport 1.0.0-pre.16
Notes: processedReleased March 24, 2022
Unity Compatibility
Minimum Unity: 2020.3 (0f1)
Package Dependencies
🔄 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.
