com.unity.netcode.gameobjects 2.5.1

com.unity.netcode.gameobjects

Source docs
Notes: processedReleased September 15, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

Features

  • Added a warning when `NetworkManager.NetworkConfig.ConnectionApproval` is set in a distributed authority context. (#3658)

🔧 Bug Fixes

  • Fixed issue where a client, under above average latency and packet loss conditions, could receive multiple NetworkTransform state updates in one frame and when processing the state updates only the last state update would be applied to the transform if interpolation was disabled. (#3614)