Name | Modified | Size | Downloads / 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 aforeach
statement by either replacing with afor
loop or directly referencing theNetworkConnectionManager.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)