Skip to content

Commit cafca69

Browse files
committed
Bumping MPPM version
1 parent 300e381 commit cafca69

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

mppm_versioned_docs/version-1.4.0/release-notes/release-notes.md

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

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

964
### Fixed

mppm_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
"current",
3-
"1.4.0",
3+
"1.4.3",
44
"1.3.3",
55
"1.2.0",
66
"1.1.0",

0 commit comments

Comments
 (0)