Download Latest Version v2.5.1 source code.tar.gz (103.3 MB)
Email in envelope

Get an email when there's a new version of Netcode for GameObjects

Home / ngo_1.14.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-22 607 Bytes
v1.14.1 source code.tar.gz 2025-08-22 101.7 MB
v1.14.1 source code.zip 2025-08-22 103.0 MB
Totals: 3 Items   204.7 MB 0

[1.14.1] - 2025-08-17

Fixed

  • Fixed issue with unnecessary internal GC Allocations when using the IReadOnlyList NetworkManager.ConnectedClientsIds within a foreach statement by either replacing with a for loop or directly referencing the NetworkConnectionManager.ConnectedClientIds. (#3601)
  • Fixed issue with allocation to the heap in NetworkBehaviourUpdate when there is nothing to be updated. (#3568)
  • Fixed issue where NetworkConfig.ConnectionData could cause the ConnectionRequestMessage to exceed the transport's MTU size and would result in a buffer overflow error. (#3565)
Source: README.md, updated 2025-08-22