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
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: mppm/mppm-reference/play-mode-scenario-window-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ You can change the Multiplayer Role in the **File** > **Build Profiles** window.
17
17
|Additional Editor Instances|||A [virtual player](https://docs-multiplayer.unity3d.com/mppm/current/virtual-players/) that exists in the Unity Editor.|
18
18
||Name||The name for this additional Editor instance that appears in the [Play Mode status window](play-mode-scenario-window-reference.md). |
19
19
||Multiplayer Role||The [Multiplayer Role](https://docs.unity3d.com/Packages/[email protected]/manual/multiplayer-roles.html) that this instance uses. Unity uses this Multiplayer Role and ignores the Multiplayer Role you assign in the Project Settings window. This property appears when the [Dedicated Server package](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) exists in your project|
20
-
||Tag||One or more reference words that you can use in a script to assign the main Editor Player to a certain behavior.
21
-
To control whether a player exists on the client or server, use the **Multiplayer Role** property.|
20
+
||Tag||One or more reference words that you can use in a script to assign the main Editor Player to a certain behavior.<br/>To control whether a player exists on the client or server, use the **Multiplayer Role** property.|
22
21
|Local Instances|||Instances of this project that run on your local machine.|
23
22
||Name||The name of this instance that appears in the [Play Mode status window](play-mode-scenario-window-reference.md).|
24
23
||Build Profile||The [Build Profile](https://docs.unity3d.com/6000.0/Documentation/Manual/build-profiles.html) that this instance uses. When you build on a Windows device, select the Windows platform. When you build on a MacOS device, select the MacOS platform.|
@@ -29,6 +28,7 @@ To control whether a player exists on the client or server, use the **Multiplaye
29
28
|||Arguments|The [UGS launch parameters](https://docs.unity.com/ugs/manual/game-server-hosting/manual/concepts/launch-parameters) that modify this instance.|
30
29
|Remote Instances|||Instances that exist in the [Unity Cloud](https://docs.unity.com/cloud/en-us) and use [Unity Gaming Services (UGS) Multiplay Hosting](https://docs.unity.com/ugs/en-us/manual/game-server-hosting/manual/welcome-to-multiplay).|
31
30
||Name||The name of this instance that appears in the [Play Mode status window](play-mode-scenario-window-reference.md).|
31
+
||Identifier||The label, in a string, that determines the name of the Multiplay build, fleet, and server. This string field uses the format `CreatedFromTheUnityEditor-[identifier]-[username]`. Don't use any special characters.|
32
32
||Multiplayer Role||The [Multiplayer Role](https://docs.unity3d.com/Packages/[email protected]/manual/multiplayer-roles.html) that this remote instance uses. Unity uses this Multiplayer Role and ignores the Multiplayer Role you assign in the Project Settings window. This property appears when the [Dedicated Server package](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) exists in your project|
33
33
||Advanced Configuration|||Optional properties that you can use to debug and control this remote instance. |
34
34
|||Fleet Name|The name of the server fleet to display in the Multiplayer Hosting environment. |
Copy file name to clipboardExpand all lines: mppm/virtual-players/virtual-players.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ This section contains the following information:
18
18
|-|-|
19
19
|[Activate a Virtual Player](../virtual-players/virtual-players-enable)| Set up Virtual Players. |
20
20
|[Focus the Multiplayer Play Mode view on a Virtual Player](../virtual-players/virtual-players-focus)| Switch the Multiplayer Play Mode view between Players. |
21
-
|[Change the layout of a Virtual Player](../virtual-players/virtual-players-layout)| Control which parts of the [Unity Interface](https://docs.unity3d.com/Manual/UsingTheEditor.html) appear in a Virtual Player. |
21
+
|[Change the layout of a Virtual Player](../virtual-players/virtual-players-layout)| Control which parts of the [Unity Interface](https://docs.unity3d.com/Manual/UsingTheEditor.html) appear in a Virtual Player. |
Copy file name to clipboardExpand all lines: mppm_versioned_docs/version-1.0.0/troubleshoot/debug-mppm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Learn how to test a player running in Multiplayer Play Mode
6
6
7
7
Use the Test Runner included in the [Unity Test Framework (UTF)](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) to test players in a multiplayer project.
8
8
9
-
:::note:
9
+
:::note
10
10
Multiplayer Play Mode is compatible with Unity Editor versions 2023.1 or later.
Copy file name to clipboardExpand all lines: src/pages/index.js
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ const highlights = [
96
96
title: "Unity Transport and Netcode for GameObjects",
97
97
imageUrl: "img/hilight-code.jpg",
98
98
description: (
99
-
<>Unity Netcode for GameObject uses Unity Transport by default!</>
99
+
<>Unity Transport is a low-level networking library for multiplayer game development. It's the underlying protocol for Netcode for GameObjects, but you can also use it with a custom solution.</>
0 commit comments