Skip to content

Commit c90f032

Browse files
Update CHANGELOG.md
1 parent 9d26b39 commit c90f032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
1111
### Added
1212

1313
- It is now possible to control which port clients will bind to using the `UnityTransport.ConnectionData.ClientBindPort` field. If not set, clients will bind to an ephemeral port (same as before this change). (#3764)
14-
- Added a flag to override command-line arguments (port and ip) in `SetConnectionData` (#3760)
15-
- Added a command-line singleton to parse environment command-line arguments (#3760)
14+
- Added a flag to override command-line arguments (port and ip) in `SetConnectionData`. (#3760)
15+
- Added a command-line singleton to parse environment command-line arguments. (#3760)
1616

1717

1818
### Changed
@@ -28,7 +28,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2828

2929
- Fixed issue where invoking an RPC, on another `NetworkBehaviour` associated with the same `NetworkObject` that is ordered before the `NetworkBehaviour` invoking the RPC, during `OnNetworkSpawn` could throw an exception if scene management is disabled. (#3782)
3030
- Fixed issue where the `Axis to Synchronize` toggles didn't work with multi object editing in `NetworkTransform`. (#3781)
31-
31+
- Fixed issue where using the dedicated server package would override all attempts to change the port by code. (#3760)
3232

3333
### Security
3434

0 commit comments

Comments
 (0)