You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Install Unity Netcode](installation/installation.md)<br/>[Migration from UNet to Netcode](installation/migratingfromUNet.md)<br/>[Upgrade to Unity Netcode Package](installation/migratingfrommlapi.md)|[Get started with Netcode](../docs/tutorials/get-started-with-ngo.md)|[Boss Room](learn/bossroom/getting-started-boss-room.md)<br/>[Bite Size Samples](learn/bitesize/bitesize-introduction.md)<br/>[Dilmer's Tutorials](learn/dilmer/dilmer-video.md)|
16
16
17
17
</div>
18
18
19
19
<divclass="table-columns-plain" >
20
20
21
-
| Core Concepts | Debugging | Terminology and FAQs |
22
-
| -- | -- | -- |
23
-
|[Networking](basics/connection-approval.md)<br/>[Components](components/networkmanager.md)<br/>[Objects](basics/object-spawning.md)<br/>[Messaging System](advanced-topics/messaging-system.md)<br/>[Serialization](advanced-topics/serialization/serialization-intro.md)<br/>[Scenes](basics/scenemanagement/scene-management-overview.md)|[Logging](basics/logging.md)<br/>[Troubleshooting](troubleshooting/troubleshooting.md)<br/>[Error Messages](troubleshooting/error-messages.md)|[High Level Terminology](reference/glossary/high-level-terminology.md)<br/>[Multiplayer Game Architecture](learn/multiplayer_game_arch_intro.md)<br/>[FAQs](learn/faq.md)|
21
+
| Core Concepts | Debugging | Terminology and FAQs|
|[Networking](basics/connection-approval.md)<br/>[Components](components/networkmanager.md)<br/>[Objects](basics/object-spawning.md)<br/>[Messaging System](advanced-topics/messaging-system.md)<br/>[Serialization](advanced-topics/serialization/serialization-intro.md)<br/>[Scenes](basics/scenemanagement/scene-management-overview.md)|[Logging](basics/logging.md)<br/>[Troubleshooting](troubleshooting/troubleshooting.md)<br/>[Error Messages](troubleshooting/error-messages.md)|[High Level Terminology](terms-concepts/mutliplayer-terms.md)<br/>[Multiplayer Game Architecture](terms-concepts/network-topologies.md)<br/>[FAQs](learn/faq.md)|
24
24
25
25
</div>
26
26
@@ -29,12 +29,14 @@ Don't forget to check out [Release Notes](https://docs-multiplayer.unity3d.com/r
29
29
## Before you begin
30
30
31
31
Netcode supports the following versions:
32
-
* Unity 2020.3, 2021.1, 2021.2, 2021.3, and 2022.
33
-
* Mono and IL2CPP [Scripting Backends](https://docs.unity3d.com/Manual/scripting-backends.html)
32
+
33
+
- Unity 2020.3, 2021.1, 2021.2, 2021.3, and 2022.
34
+
- Mono and IL2CPP [Scripting Backends](https://docs.unity3d.com/Manual/scripting-backends.html)
34
35
35
36
Netcode supports the following platforms:
36
-
* Windows, MacOS, and Linux
37
-
* iOS and Android
38
-
* XR platforms running on Windows, Android, and iOS operating systems
39
-
* Most [**closed platforms**](https://unity.com/platform-installation), such as consoles. Contact us for more information about specific closed platforms.
40
-
+ When working with consoles (such as PlayStation, Xbox, or Nintendo Switch), there may be Netcode-specific policies you should be aware of while testing and before launching your game live. Refer to the console's internal documentation for more information. This content is typically protected by NDA.
37
+
38
+
- Windows, macOS, and Linux
39
+
- iOS and Android
40
+
- XR platforms running on Windows, Android, and iOS operating systems
41
+
- Most [**closed platforms**](https://unity.com/platform-installation), such as consoles. Contact us for more information about specific closed platforms.
42
+
- When working with consoles (such as PlayStation, Xbox, or Nintendo Switch), there may be Netcode-specific policies you should be aware of while testing and before launching your game live. Refer to the console's internal documentation for more information. This content is typically protected by NDA.
0 commit comments