com.unity.multiplayer.playmode 0.3.0
com.unity.multiplayer.playmode
Notes: processedReleased July 26, 2023
Unity Compatibility
Minimum Unity: 2023.2
Package Dependencies
- com.unity.nuget.newtonsoft-json (2.0.2)
- nuget.moq (2.0.0-pre.2)
🔧 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.
