Skip to content

Commit 300e381

Browse files
committed
Bumping MPPM versions
1 parent 1a53bd9 commit 300e381

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ module.exports = {
404404
label: "1.5.0-exp.1",
405405
path: "current",
406406
},
407-
"1.4.0": {
408-
label: "1.4.0",
409-
path: "1.4.0",
407+
"1.4.3": {
408+
label: "1.4.3",
409+
path: "1.4.3",
410410
},
411411
"1.3.3": {
412412
label: "1.3.3",

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

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,47 @@ description: Release notes for Multiplayer Play Mode including new features, upd
1818
### Added
1919
- Added Android mobile support to playmode scenarios.
2020

21+
## [1.4.3] - 2025-05-14
22+
23+
### Fixed
24+
- Using non authorized characters when creating a new Scenario configuration is now returning a warning rather than an error.
25+
- Fixed an issue where toggling Simulator mode in the Virtual Player's Game Window fails to show
26+
- Removed the minimum height restriction on PlayModePopupContentWindow to prevent excessive height when only one or two scenario configs are present
27+
- Fixed low-resolution icons in various windows
28+
- Set a minimum width for the scenario config list in the Scenario Config window to prevent resizing it below a usable size
29+
- Added an info HelpBox that appears when no scenario is selected, preventing the window from appearing blank
30+
- Updated the Multiplayer role dropdown to display “Client And Server” with proper spacing in the Scenario Config window
31+
- Fixed an issue where icons did not adapt when switching between dark and light mode in the editor in PlayModePopupContentWindow and PlayModeStatusWindow
32+
33+
## [1.4.2] - 2025-04-07
34+
35+
### Fixed
36+
- Fixed an issue in Playmode Scenarios where the initially assigned scene was being reloaded a second time in Clone Editors during runtime
37+
38+
## [1.4.1] - 2024-03-27
39+
40+
### Fixed
41+
- 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.
42+
- Added a scenario name length check to prevent error pop-ups and editor issues when the file name exceeds 64-character limit
43+
44+
### Added
45+
- Added Free Running Instance support for Clone Editors, allowing users to independently run Clone Editors outside of Scenario-based modes
46+
47+
## [1.4.0] - 2025-02-04
48+
49+
### Fixed
50+
- Fixed launching scenario progress bar transition animation.
51+
52+
## [1.4.0-pre.3] - 2025-01-24
53+
54+
### Fixed
55+
- Fixed exception when starting a scenario with no instances.
56+
- Fixed the scenario not exiting play mode when stop is requested during a domain reload
57+
- Avoid log spamming with errors when the project is renamed.
58+
- Virtual player audio can now be muted, and mute all players only mutes players at launch
59+
- Fixed issue where deleting Player Tags from Project Settings also removes them from existing Scenarios.
60+
- Fixed issue for Clone Editor instances where editor window controls or widgets don't show.
61+
2162
## [1.4.0-pre.2] - 2025-01-10
2263

2364
### Added

0 commit comments

Comments
 (0)