com.unity.netcode.gameobjects 1.15.0

com.unity.netcode.gameobjects

Source docs
Notes: processedReleased November 18, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3

📈 Improvements

  • Better error message when using generic IEquatable in a generic INetworkSerializable class and updated documentation with workaround. (#3744)
  • The `NetworkManager` functions `GetTransportIdFromClientId` and `GetClientIdFromTransportId` will now return `ulong.MaxValue` when the clientId or transportId do not exist. (#3721)
  • Changed minimum Unity version supported to 2022.3 LTS

🔧 Bug Fixes

  • Multiple disconnect events from the same transport will no longer disconnect the host. (#3721)
  • Exception when the network prefab list in the network manager has uninitialized elements. (#3744)