Skip to content

Commit fec602c

Browse files
authored
Develop into main (#1383)
2 parents 732cea7 + 9750c04 commit fec602c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ module.exports = {
385385
lastVersion: "current",
386386
versions: {
387387
current: {
388-
label: "1.3.1",
388+
label: "1.3.2",
389389
path: "current",
390390
},
391391
"1.2.0": {

mppm/virtual-players/virtual-players-enable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Enable up to three additional Virtual Players to your main Editor P
66

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

9-
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.
9+
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.
1010

1111
:::info
1212
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.

0 commit comments

Comments
 (0)