From c95eff9c7254aa0c4b72705bc8776ab19c002b38 Mon Sep 17 00:00:00 2001 From: Amy Reeve Date: Thu, 3 Apr 2025 11:24:20 +0100 Subject: [PATCH 1/4] Fixing circular link --- docs/terms-concepts/network-topologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terms-concepts/network-topologies.md b/docs/terms-concepts/network-topologies.md index 3ce9c5681..ed38a4026 100644 --- a/docs/terms-concepts/network-topologies.md +++ b/docs/terms-concepts/network-topologies.md @@ -15,7 +15,7 @@ Client-server games use a [server authority model](authority.md#server-authority Within the client-server network topology there are two main [network architectures](./client-server.md#client-server-network-architectures). These are the dedicated game server (where a dedicated machine runs only the game simulation), and the listen-server architecture (where a single game instance runs both the game simulation and a playing game client). -For more details about client-server topologies, refer to the [Client-Server page](#client-server). +For more details about client-server topologies, refer to the [Client-server topologies page](client-server.md). ### Distributed authority From 3d0c77c7156913895bd33ba23c8f12aabebba137 Mon Sep 17 00:00:00 2001 From: Amy Reeve Date: Thu, 3 Apr 2025 11:28:20 +0100 Subject: [PATCH 2/4] Fixing broken Transport link --- docs/advanced-topics/transports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-topics/transports.md b/docs/advanced-topics/transports.md index 26d284c69..5b7a6259e 100644 --- a/docs/advanced-topics/transports.md +++ b/docs/advanced-topics/transports.md @@ -20,7 +20,7 @@ A transport layer can provide: ## Unity Transport package -Netcode's default transport Unity Transport is an entire transport layer that you can use to add multiplayer and network features to your project with or without Netcode. See the Transport [documentation](../../../transport/current/about) for more information and how to [install](../../../transport/current/install). +Netcode's default transport Unity Transport is an entire transport layer that you can use to add multiplayer and network features to your project with or without Netcode. Refer to the [Transport documentation](https://docs-multiplayer.unity3d.com/transport/current/about/) for more information and how to [install the Transport package](https://docs-multiplayer.unity3d.com/transport/current/install/). ## Unity's UNet Transport Layer API From 0d52762d0a1e94f0590af971eb785fd62217dee5 Mon Sep 17 00:00:00 2001 From: Amy Reeve Date: Thu, 3 Apr 2025 11:43:51 +0100 Subject: [PATCH 3/4] Removing broken link --- docs/installation/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/installation.md b/docs/installation/installation.md index 769b2b271..adb5382bc 100644 --- a/docs/installation/installation.md +++ b/docs/installation/installation.md @@ -11,7 +11,7 @@ Follow the instructions on this page to set up Netcode for GameObjects in your U Before you begin, you need the following: - An active Unity account with a valid license. -- A supported version of Unity. Check [Netcode for GameObjects' requirements](#netcode-installation-requirements) for the specific version details. +- A supported version of Unity. - An existing Unity project. If you're new to Unity, you can refer to the [get started](../tutorials/get-started-with-ngo.md) section for guidance. ### Compatibility From 028c1c49f733391744f2d5b935ace185c36b1da9 Mon Sep 17 00:00:00 2001 From: Amy Reeve Date: Thu, 3 Apr 2025 11:55:11 +0100 Subject: [PATCH 4/4] Fixing tools window path --- tools/tools-window.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tools-window.md b/tools/tools-window.md index c87bbc369..08fe88dfb 100644 --- a/tools/tools-window.md +++ b/tools/tools-window.md @@ -3,13 +3,13 @@ id: multiplayer-tools-window title: Multiplayer Tools Window --- -The Multiplayer Tools window provides convenient access to all of the multiplayer tools and their documentation in one place. +The Multiplayer Tools window provides convenient access to all of the multiplayer tools and their documentation in one place. In the case where some tools are unavailable because of a missing dependency, an explanatory message is displayed and you can open the Package Manager directly from the Multiplayer Tools Window. -You can open the window by navigating to **Window** > **Multiplayer Tools**. +You can open the window by navigating to **Window** > **Multiplayer** > **Multiplayer Tools**. ![](/img/tools/tools-window-1.png) :::note -Due to restrictions in the Profiler API, the Network Profiler modules cannot be automatically loaded. The **Open** button in the window shown above opens the profiler window, and you will need to select the profiler modules as described in [Profiler](profiler.md).::: \ No newline at end of file +Due to restrictions in the Profiler API, the Network Profiler modules cannot be automatically loaded. The **Open** button in the window shown above opens the profiler window, and you will need to select the profiler modules as described in [Profiler](profiler.md).:::