Skip to content

Commit

Permalink
Develop into main (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbacakes authored Nov 21, 2024
2 parents 732cea7 + 9750c04 commit fec602c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ module.exports = {
lastVersion: "current",
versions: {
current: {
label: "1.3.1",
label: "1.3.2",
path: "current",
},
"1.2.0": {
Expand Down
2 changes: 1 addition & 1 deletion mppm/virtual-players/virtual-players-enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Enable up to three additional Virtual Players to your main Editor P

To use a Virtual Player to test multiplayer gameplay, activate at least one Virtual Player.

The first time you enable a Virtual Player Unity creates a new local folder in `C://Users/[YourName]/[ProjectName]Library/VP` that contains the data for each Virtual Player you activate. When you deactivate a Virtual Player, Unity caches its corresponding folder to use again when you re-activate it.
The first time you enable a Virtual Player, Unity creates a new folder within your project folder at `...[ProjectName]/Library/VP`. This folder stores the data for each Virtual Player you activate. When you deactivate a Virtual Player, Unity caches its corresponding folder to use again when you re-activate it.

:::info
You can only attach tags to inactive Players (including the main Editor Player). To use tags, [create and configure your tags](../player-tags/player-tags-create.md) before you enable virtual Players.
Expand Down

0 comments on commit fec602c

Please sign in to comment.