Skip to content

Commit 9e45386

Browse files
authored
fix: update MP Tools package link on the NetworkManager popup (#2526)
1 parent e651438 commit 9e45386

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212

1313
### Fixed
1414

15+
- Fixed Multiplayer Tools package installation docs page link on the NetworkManager popup. (#2526)
1516
- Fixed a memory leak in `UnityTransport` that occurred if `StartClient` failed. (#2518)
1617
- Fixed issue where a client could throw an exception if abruptly disconnected from a network session with one or more spawned `NetworkObject`(s). (#2510)
1718
- Fixed issue where invalid endpoint addresses were not being detected and returning false from NGO UnityTransport. (#2496)

com.unity.netcode.gameobjects/Editor/NetworkManagerEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private static void DrawInstallMultiplayerToolsTip()
339339
const string getToolsText = "Access additional tools for multiplayer development by installing the Multiplayer Tools package in the Package Manager.";
340340
const string openDocsButtonText = "Open Docs";
341341
const string dismissButtonText = "Dismiss";
342-
const string targetUrl = "https://docs-multiplayer.unity3d.com/netcode/current/tools/install-tools";
342+
const string targetUrl = "https://docs-multiplayer.unity3d.com/tools/current/install-tools";
343343
const string infoIconName = "console.infoicon";
344344

345345
if (NetcodeForGameObjectsEditorSettings.GetNetcodeInstallMultiplayerToolTips() != 0)

0 commit comments

Comments
 (0)