Skip to content

Commit 4b9062a

Browse files
Update MPPM version to 1.4.0 GA release (#1421)
Co-authored-by: Vic Cooper <vic.cooper@unity3d.com>
1 parent 3e5c129 commit 4b9062a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ module.exports = {
389389
lastVersion: "current",
390390
versions: {
391391
current: {
392-
label: "1.4.0-pre",
392+
label: "1.4.0",
393393
path: "current",
394394
},
395395
"1.3.3": {

mppm/about.md

+1-1
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.4.0-pre is compatible with Unity Editor versions 6000.0.22f1 or later.
11+
Multiplayer Play Mode version 1.4.0 is compatible with Unity Editor versions 6000.1.0b6 or later.
1212

1313
## Multiplayer Play Mode terminology
1414

mppm/release-notes/release-notes.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ title: Release notes
44
description: Release notes for Multiplayer Play Mode including new features, updates, bug fixes, and known issues.
55
---
66

7-
## [1.3.3] - 2024-12-17
8-
9-
### Added
10-
- Fixed an `ArgumentNullException` issue that occurs across an MPPM upgrade with an actively set Play Mode Scenario configuration.
11-
12-
### Fixed
13-
- Fixed an issue where project settings were not getting propagated to Virtual Players when entering Play mode via the play button.
14-
157
## [1.4.0-pre.1] - 2024-12-05
168

179
### Fixed
@@ -22,6 +14,14 @@ description: Release notes for Multiplayer Play Mode including new features, upd
2214
- Added a Scenario launch pop-up window that shows the scenario stages, progress bars, and configuration details.
2315
- Added the Entities Hierarchy window to Virtual Players. To enable this window, go to **Layout** > **Entities Hierarchy**.
2416

17+
## [1.3.3] - 2024-12-17
18+
19+
### Added
20+
- Fixed an `ArgumentNullException` issue that occurs across an MPPM upgrade with an actively set Play Mode Scenario configuration.
21+
22+
### Fixed
23+
- Fixed an issue where project settings were not getting propagated to Virtual Players when entering Play mode via the play button.
24+
2525
## [1.3.2] - 2024-11-14
2626

2727
### Fixed

0 commit comments

Comments
 (0)