com.unity.transport 1.0.0-pre.14
Notes: processedReleased March 1, 2022
Unity Compatibility
Minimum Unity: 2020.3 (0f1)
Package Dependencies
🔄 Changes
- `IValidatableNetworkParameter.Validate()` method is now part of `INetworkParameter`.
- Added: `NetworkDriver.Create<>()` generic methods.
🔧 Bug Fixes
- Fixed compilation on WebGL. Note that the platform is still unsupported, but at least including the package in a WebGL project will not create compilation errors anymore. Creating a `NetworkDriver` in WebGL projects will now produce a warning.
