-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Vic Cooper <[email protected]> Co-authored-by: Dominick <[email protected]> Co-authored-by: Rémi MACH <[email protected]> Co-authored-by: LagowiecDev <[email protected]> Co-authored-by: amanda-butler-unity <[email protected]> Co-authored-by: Noel Stephens <[email protected]> Co-authored-by: Griffin of Innatical <[email protected]> Co-authored-by: Christopher Pope <[email protected]> Co-authored-by: Steve Diniro <[email protected]> Co-authored-by: s-omeilia-unity <[email protected]> Co-authored-by: Alex Martin <[email protected]> Co-authored-by: Monaxys <[email protected]> Co-authored-by: Flap27 <[email protected]> Co-authored-by: NRTnarathip <[email protected]> Co-authored-by: Elfi0Kuhndorf <[email protected]> Co-authored-by: CodeSmile <[email protected]> Co-authored-by: Frank Luong <[email protected]> Co-authored-by: Sue Arkin <[email protected]>
- Loading branch information
1 parent
23b7ab8
commit 3c3afe1
Showing
91 changed files
with
516 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
--- | ||
id: multiplayer-role | ||
title: Assign virtual players to a multiplayer role | ||
description: Learn how to use the dedicated server package to assign virtual players to a multiplayer role. | ||
title: Assign Virtual Players to a multiplayer role | ||
description: Learn how to use the dedicated server package to assign Virtual Players to a multiplayer role. | ||
--- | ||
|
||
Install the [Dedicated Server package](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) with Multiplayer Play Mode to switch players between the server and client role without a script. | ||
Install the [Dedicated Server package](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) with Multiplayer Play Mode to switch Players between the server and client role without a script. | ||
|
||
::: Important | ||
To avoid errors, install the Dedicated Server package version that is the same as the Multiplayer Play mode version that exists in your project. | ||
::: | ||
|
||
## Set the main editor player multiplayer role | ||
## Set the main Editor Player multiplayer role | ||
|
||
To set the role of a the main editor player, do the following: | ||
To set the role of a the main Editor Player, do the following: | ||
|
||
1. Open the Multiplayer Play Mode inspector (**Multiplayer** > **Multiplayer Play Mode**). | ||
2. In the **Main Editor Player** section, expand the **Multiplayer Role** dropdown. | ||
3. Select the [multiplayer role](https://docs.unity3d.com/Packages/[email protected]/manual/multiplayer-roles.html) you want the main editor to use. | ||
2. In the **main Editor Player** section, expand the **Multiplayer Role** dropdown. | ||
3. Select the [multiplayer role](https://docs.unity3d.com/Packages/[email protected]/manual/multiplayer-roles.html) you want the main Editor Player to use. | ||
|
||
## Set the multiplayer role of a virtual player | ||
## Set the multiplayer role of a Virtual Player | ||
|
||
To set the role of a [virtual player](../../virtual-players), do the following: | ||
To set the role of a [Virtual Player](../../virtual-players), do the following: | ||
|
||
1. Open the Multiplayer Play Mode inspector (**Multiplayer** > **Multiplayer Play Mode**). | ||
2. In the **Virtual Players** section, expand a virtual player's **Multiplayer Role** dropdown. | ||
3. Select the [multiplayer role](https://docs.unity3d.com/Packages/[email protected]/manual/multiplayer-roles.html) you want this player to use. | ||
2. In the **Virtual Players** section, expand a Virtual Player's **Multiplayer Role** dropdown. | ||
3. Select the [multiplayer role](https://docs.unity3d.com/Packages/[email protected]/manual/multiplayer-roles.html) you want this Player to use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
id: player-tags-attach | ||
title: Attach Player Tags to a player | ||
description: Learn how to attach Player Tags to a player in Multiplayer Play Mode. | ||
title: Attach tags to a Player | ||
description: Learn how to attach tags to a Player in Multiplayer Play Mode. | ||
--- | ||
|
||
To assign one or more [Player Tags](../../player-tags) to any player, do the following: | ||
To assign one or more [tags](../../player-tags) to any Player, do the following: | ||
|
||
1. Open the Multiplayer Play mode window (**Window** > **Multiplayer Play Mode**). | ||
2. Expand the **Tags** dropdown for a Player or the Main Editor. | ||
2. Expand the **Tags** dropdown for a Player or the main Editor Player. | ||
3. Select **+ Create Tag**. | ||
4. In the Project Settings window that appears, select the **Add** (**+**) icon. | ||
5. In the New Player Tag field that appears, type a name for your tag. | ||
5. In the New tag field that appears, type a name for your tag. | ||
6. Select **Save**. | ||
7. In the Multiplayer Play Mode window, expand the **Tags** dropdown. | ||
8. Select the tag you just created. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
id: player-tags-create | ||
title: Create a Player Tags | ||
description: Use these steps to create Player Tags to configure the player actions in Multiplayer Play Mode. | ||
title: Create a tag | ||
description: Use these steps to create tags to configure the player actions in Multiplayer Play Mode. | ||
--- | ||
|
||
To create a **Player Tag**, perform the following actions: | ||
To create a tag, perform the following actions: | ||
|
||
1. To open the Multiplayer Play mode window, navigate to **Window** > **Multiplayer Play Mode**. | ||
2. Expand the Tags dropdown for a Player or the Main Editor. | ||
2. Expand the Tags dropdown for a Player or the main Editor Player. | ||
3. Select  Create Tag. | ||
4. Name the **Player Tag**. | ||
4. Name the tag. | ||
5. Select **Save**. The new tag is automatically added to the local project directory in `...Projects\[example-project-name]\ProjectSettings\VirtualProjectsConfig.json`. | ||
6. The new tag also appears under the **Player Tags** section of the **Multiplayer Play Mode** window and in the dropdown menu for the **Tag** option of each **Player**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.