com.unity.multiplayer.playmode 0.3.0

com.unity.multiplayer.playmode

Notes: processedReleased July 26, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.2

Package Dependencies

🔧 Bug Fixes

  • Fixed PlayerTags starting and ending with whitespace.
  • Fixed handling of relative paths in the package.json of a player.

Features

  • Can now have your players reboot if they fail to import or stop unexpectedly (e.g. crash). A prompt will appear asking what action to take.
  • Debugging workflows is now enabled (giving users more access to the editor in players). It can be accessed by using the Layout Dropdown in the top left of a player to enable more views (Scene, Game, etc).
  • Can disable MPPM in settings.
  • Updated Tag to be ReadOnlyTag to better communicate how tags as a feature works.