com.unity.multiplayer.playmode 1.5.0-exp.4

com.unity.multiplayer.playmode

Source docs
Notes: processedReleased May 20, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (48f1)

Features

  • Implemented support for Free Running Clone Editor Instances, enabling users using Play Mode Scenarios to launch editor instances that are independent of scenario definitions, thereby enabling more flexible work flows and faster iteration speeds.
  • - Toggle an Instance's Manual Mode via the Play Mode Status window (Window > Multiplayer > Play Mode Status)
  • - Activate or deactivate a Manual mode Instance prior to starting a Scenario to streamline development iteration.
  • - Activated or deactivated instances will remain unaffected by Scenario operations - For example, Activated Instances stay launched regardless of Scenario execution.

🔧 Bug Fixes

  • Using non authorized characters when creating a new Scenario configuration is now returning a warning rather than an error.
  • Ensured warnings are shown and that the Run Device options are hidden when an incorrect Android Build Target is chosen for Server Instances.
  • Fixed an issue where exiting and re-entiring play mode during the EditorApplication.playModeStateChanged callback was causing unexpected behavior in the play mode scenarios.
  • Removed the minimum height restriction on PlayModePopupContentWindow to prevent excessive height when only one or two scenario configs are present
  • Fixed low-resolution icons in various windows
  • Set a minimum width for the scenario config list in the Scenario Config window to prevent resizing it below a usable size
  • Added an info HelpBox that appears when no scenario is selected, preventing the window from appearing blank
  • Updated the Multiplayer role dropdown to display “Client And Server” with proper spacing in the Scenario Config window
  • Fixed an issue where icons did not adapt when switching between dark and light mode in the editor in PlayModePopupContentWindow and PlayModeStatusWindow
  • Fixed an issue where the Play Mode Status not update when switching scenario configs from play mode popup content window