com.unity.netcode 1.0.17

com.unity.netcode

Source docs
Notes: processedReleased September 13, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (0f1)

Package Dependencies

Features

  • defining ENABLE\_UNITY\_RPC\_REGISTRATION\_LOGGING will now log information about registered RPCs during netcode startup

📈 Improvements

  • NetcodePacket debug log filenames changed to include date/time and version information

🔧 Bug Fixes

  • addressed a case where it was possible for an exception to be thrown on the server if an RPC was queued for a then dropped connection.
  • "AssetDatabase.RegisterCustomDependency are restricted during importing" exception thrown by the NetCodeClientSettings, NetCodeClientServerSettings, NetCodeServerSettings in their OnDisable method, when using 2023.2 or newer.