Skip to content

Commit 1b8991a

Browse files
author
Larah Armstrong
authored
Fixed Small Typo (#1001)
2 parents 3c6f655 + 0156b13 commit 1b8991a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/about.md

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Netcode supports the following versions:
3535
Netcode supports the following platforms:
3636
* Windows, MacOS, and Linux
3737
* iOS and Android
38-
* WebGL (requires NGO 1.2.0+ and UTP 2.0.0+). **Note**: Although NGO 1.2.0 introduces WebGL support, there's a bug in NGO 1.2.0 that impacts WebGL compatibility, so it's recommended to use NGO 1.3.0+.
39-
4038
* XR platforms running on Windows, Android, and iOS operating systems
4139
* Most [**closed platforms**](https://unity.com/platform-installation), such as consoles. Contact us for more information about specific closed platforms.
4240
+ 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.

docs/tutorials/get-started-with-ngo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This section guides you through testing the RPCs you added in the earlier sectio
213213

214214
:::tip
215215

216-
Instead of using the command line helper script, you can use Multiplayer Play Mode (MMPM) package, which lets you run multiple instances of the Unity Editor to test multiplayer functionality. Refer to [Multiplayer Play Mode](https://docs-multiplayer.unity3d.com/tools/current/mppm) to learn more.
216+
Instead of using the command line helper script, you can use Multiplayer Play Mode (MPPM) package, which lets you run multiple instances of the Unity Editor to test multiplayer functionality. Refer to [Multiplayer Play Mode](https://docs-multiplayer.unity3d.com/tools/current/mppm) to learn more.
217217

218218
**Note**: MPPM is only supported in Unity Editor version 2023.1 and later.
219219

0 commit comments

Comments
 (0)