Skip to content

Commit d0530b3

Browse files
committed
Updating MPPM for 1.5.0
1 parent 088f40d commit d0530b3

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ module.exports = {
405405
lastVersion: "current",
406406
versions: {
407407
current: {
408-
label: "1.5.0-exp.1",
408+
label: "1.5.0",
409409
path: "current",
410410
},
411411
"1.4.3": {

mppm/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use Multiplayer Play Mode to test multiplayer functionality within the Unity Edi
88

99
## Compatibility
1010

11-
Multiplayer Play Mode version 1.5.0-exp.1 is compatible with the following:
11+
Multiplayer Play Mode version 1.5.0 is compatible with the following:
1212

1313
* Unity Editor versions 6000.1.0b1 or later.
1414
* Windows and MacOS platforms.

mppm/release-notes/mppm-release-notes.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,62 @@ title: Release notes
44
description: Release notes for Multiplayer Play Mode including new features, updates, bug fixes, and known issues.
55
---
66

7+
## [1.5.0] - 2025-06-03
8+
9+
### Fixed
10+
- Fixed pause and step buttons disabled on default play mode configuration.
11+
- Fix step button disabled when scene reload is enabled
12+
- Fixed an issue where entering play mode can result in a visual de-sync of play mode buttons.
13+
14+
## [1.5.0-exp.4] - 2025-05-14
15+
16+
### Added
17+
18+
- 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.
19+
- Toggle an Instance's Manual Mode via the Play Mode Status window (Window > Multiplayer > Play Mode Status)
20+
- Activate or deactivate a Manual mode Instance prior to starting a Scenario to streamline development iteration.
21+
- Activated or deactivated instances will remain unaffected by Scenario operations - For example, Activated Instances stay launched regardless of Scenario execution.
22+
23+
### Fixed
24+
25+
- Using non authorized characters when creating a new Scenario configuration is now returning a warning rather than an error.
26+
- Ensured warnings are shown and that the Run Device options are hidden when an incorrect Android Build Target is chosen for Server Instances.
27+
- Fixed an issue where exiting and re-entiring play mode during the EditorApplication.playModeStateChanged callback was causing unexpected behavior in the play mode scenarios.
28+
- Removed the minimum height restriction on PlayModePopupContentWindow to prevent excessive height when only one or two scenario configs are present
29+
- Fixed low-resolution icons in various windows
30+
- Set a minimum width for the scenario config list in the Scenario Config window to prevent resizing it below a usable size
31+
- Added an info HelpBox that appears when no scenario is selected, preventing the window from appearing blank
32+
- Updated the Multiplayer role dropdown to display “Client And Server” with proper spacing in the Scenario Config window
33+
- Fixed an issue where icons did not adapt when switching between dark and light mode in the editor in PlayModePopupContentWindow and PlayModeStatusWindow
34+
- Fixed an issue where the Play Mode Status not update when switching scenario configs from play mode popup content window
35+
- Fixed performance issues related to APK process monitoring on play mode scenarios with Android instances.
36+
- Fixed an issue where launching local instances on Android numerous times consecutively fails with an 'illegal characters in path' error.
37+
38+
## [1.5.0-exp.3] - 2025-04-23
39+
40+
### Added
41+
42+
- Added a refresh button to the device selection dropdown for the android platform support of the playmode scenarios configuration window.
43+
44+
### Fixed
45+
46+
- Fixed an issue where toggling Simulator mode in the Virtual Player's Game Window fails to show.
47+
48+
## [1.5.0-exp.2] - 2025-04-02
49+
50+
### Fixed
51+
52+
- Fixed an issue where a "Center On Children" error would appear after adding a Game Object to the Clone Editor's hierarchy during Play Mode.
53+
- Added a scenario name length check to prevent error pop-ups and editor issues when the file name exceeds 64-character limit
54+
- Fixed an issue in Playmode Scenarios where the initially assigned scene was being reloaded a second time in Clone Editors during runtime
55+
56+
### Added
57+
- Added log streaming for the android instances
58+
759
## [1.5.0-exp.1] - 2025-03-06
860

961
### Fixed
62+
1063
- Fixed and exception that was thrown when you start a scenario with no instances.
1164
- When a stop is requested during a domain reload, the scenario now exits Play Mode.
1265
- The launching scenario progress bar transition animation now appears correctly.
@@ -16,6 +69,7 @@ description: Release notes for Multiplayer Play Mode including new features, upd
1669
- The launching scenario window UI is now ready during the build process.
1770

1871
### Added
72+
1973
- Added Android mobile support to playmode scenarios.
2074

2175
## [1.4.3] - 2025-05-14

0 commit comments

Comments
 (0)