com.unity.transport 1.0.0-pre.14

com.unity.transport

Notes: processedReleased March 1, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3 (0f1)

🔄 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.