Skip to content

1.0.17

Compare
Choose a tag to compare
@Needle-Mirror-Bot Needle-Mirror-Bot released this 13 Sep 12:15

[1.0.17] - 2023-09-11

Added

  • defining ENABLE_UNITY_RPC_REGISTRATION_LOGGING will now log information about registered RPCs during netcode startup

Changed

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

Fixed

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