com.unity.multiplayer.playmode 1.6.2

com.unity.multiplayer.playmode

Source docs
Notes: processedReleased November 19, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (48f1)

Features

  • Added Drift detection support for Free Running Instances. Drift occurs when an active Free Running instance becomes
  • desynchronized from the current state of the project within the Unity Editor. This typically happens when development
  • actions, such as a code change, or a modification to an active scene, are performed in the Editor while an Instance is
  • running.
  • Added Drift warning UI icons to both Play Mode Status Window and Play Mode Status Popup. These are displayed when
  • a drift is detected and goes away after the Free Running instance is restarted.
  • Character limit of 100 for scenario names and 500 for scenario description to prevent performance issues.

🔧 Bug Fixes

  • Fixed an issue where the scenario configuration window warning UI does not display correctly when the corresponding build profile is not installed
  • Fixed an issue where pausing before entering playmode didn’t keep Multiplayer virtual player(s) paused
  • Fix UI overlap when Multiplayer Play Mode window is narrow
  • Fixed an issue where focusing on a Virtual Player does not bring its window to the front.
  • Fixed an issue where the info HelpBox is not responsive when resize the Multiplayer Play Mode Window
  • Fix an issue where toggling the running mode of a Virtual Player fails after cancelling a running Scenario midway.