com.unity.netcode 1.0.17
Source docsNotes: processedReleased September 13, 2023
Unity Compatibility
Minimum Unity: 2022.3 (0f1)
Package Dependencies
- com.unity.entities (1.0.16)
- com.unity.logging (1.0.16)
- com.unity.modules.animation (1.0.0)
- com.unity.transport (2.0.1)
✨ 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.
