Version: 0.3.0
Synchronize with Play mode
Multiplayer Play Mode (MPPM) syncs the main Editor Player and Virtual Players when you enter Play mode in the Unity Editor. You control MPPM the same way you control Play mode with the Toolbar buttons.
Toolbar Button | Function |
---|---|
Play | Runs all activated Players (main Editor Player and Virtual Players) |
Pause | Pauses all activated Players (main Editor Player and Virtual Players) |
Step | Performs a single-frame step for all activated Players (main Editor Player and Virtual Players) |
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.