|
1 | 1 | # Netcode for GameObjects |
2 | 2 |
|
3 | | -[](https://forum.unity.com/forums/multiplayer.26/) [](https://discord.gg/FM8SE9E) |
4 | | -[](https://docs-multiplayer.unity3d.com/netcode/current/about) [](https://docs-multiplayer.unity3d.com/netcode/current/api/introduction) |
| 3 | +[](https://discussions.unity.com/tag/Netcode-for-GameObjects) [](https://discord.gg/unity) |
| 4 | +[](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest) [](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest/?subfolder=/api/Unity.Netcode.NetworkManager.html) |
5 | 5 |
|
6 | 6 | [](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/latest) |
7 | 7 |
|
8 | 8 | ### Welcome! |
9 | 9 |
|
10 | 10 | Welcome to the Netcode for GameObjects repository. |
11 | 11 |
|
12 | | -Netcode for GameObjects is a Unity package that provides networking capabilities to GameObject & MonoBehaviour workflows. The framework is interoperable with many low-level transports, including the official [Unity Transport Package](https://docs-multiplayer.unity3d.com/transport/current/about). |
| 12 | +Netcode for GameObjects is a Unity package that provides networking capabilities to GameObject & MonoBehaviour workflows. The framework is interoperable with many low-level transports, including the official [Unity Transport Package](https://docs.unity3d.com/Packages/com.unity.transport@latest). |
13 | 13 |
|
14 | 14 | ### Getting Started |
15 | 15 |
|
16 | | -Visit the [Multiplayer Docs Site](https://docs-multiplayer.unity3d.com/) for package & API documentation, as well as information about several samples which leverage the Netcode for GameObjects package. |
| 16 | +Visit the [Multiplayer Docs Site](https://docs.unity3d.com/Manual/multiplayer.html) for package & API documentation, as well as information about several samples which leverage the Netcode for GameObjects package. |
17 | 17 |
|
18 | | -You can also jump right into our [Hello World](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/helloworld) guide for a taste of how to use the framework for basic networked tasks. |
| 18 | +You can also use our [quickstart guide](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest/?subfolder=/manual/tutorials/get-started-with-ngo.html) to get a taste of how to use the framework for basic networked tasks. |
19 | 19 |
|
20 | 20 | ### Community and Feedback |
21 | 21 |
|
22 | | -For general questions, networking advice or discussions about Netcode for GameObjects, please join our [Discord Community](https://discord.gg/FM8SE9E) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/multiplayer.26/). |
| 22 | +For general questions, networking advice or discussions about Netcode for GameObjects, please join our [Discord Community](https://discord.gg/unity) or create a post in the [Unity Forum's "Netcode for GameObjects" section](https://discussions.unity.com/tag/Netcode-for-GameObjects). |
23 | 23 |
|
24 | 24 | ### Compatibility |
25 | 25 |
|
@@ -48,4 +48,4 @@ We are an open-source project and we encourage and welcome contributions. If you |
48 | 48 |
|
49 | 49 | If you have an issue, bug or feature request, please follow the information in our [contribution guidelines](CONTRIBUTING.md) to submit an issue. |
50 | 50 |
|
51 | | -You can also check out our public [roadmap](https://unity.com/roadmap/unity-platform/multiplayer-networking) to get an idea for what we might be working on next! |
| 51 | +You can also check out our public [roadmap](https://unity.com/roadmap#unity-platform-multiplayer) to get an idea for what we might be working on next! |
0 commit comments