Skip to main content

Synchronize with Play mode

Multiplayer Play Mode syncs the Main Editor and Virtual Players when you enter Play Mode in the Unity Editor. You control Multiplayer Play Mode the same way you control Play Mode with the Toolbar buttons.

Toolbar ButtonFunction
PlayRuns all activated Players (Main Editor and Virtual Players)
PausePauses all activated Players (Main Editor and Virtual Players)
StepPerforms a single-frame step for all activated Players (Main Editor and Virtual Players)

In the toolbar of the Play Mode window, you can adjust the layout with the Layout dropdown. You can select and deselect the Console, Game, Hierarchy, Inspector, and Scene. Select Apply to implement your changes to the layout.

note

If you enable Error Pause in the Console toolbar of any Player, all Virtual Players pause when you call Debug.LogError from a script.