Skip to content

Commit 40ee1d4

Browse files
jabbacakesVic-Cooperjia-ren-unity
authored
Develop into main (#1399)
Co-authored-by: Vic Cooper <63712500+Vic-Cooper@users.noreply.github.com> Co-authored-by: Vic Cooper <vic.cooper@unity3d.com> Co-authored-by: JiaRen <jia.ren@unity3d.com>
1 parent d4d3357 commit 40ee1d4

36 files changed

+24
-6
lines changed

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@ module.exports = {
388388
label: "1.4.0-pre",
389389
path: "current",
390390
},
391-
"1.3.2": {
392-
label: "1.3.2",
393-
path: "1.3.2",
391+
"1.3.3": {
392+
label: "1.3.3",
393+
path: "1.3.3",
394394
},
395395
"1.2.0": {
396396
label: "1.2.0",

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

1313
## Multiplayer Play Mode terminology
1414

mppm/release-notes/release-notes.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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+
15+
## [1.4.0-pre.1] - 2024-12-05
16+
17+
### Fixed
18+
- Virtual Player windows correctly update and stay in sync when you enter and exit Play mode.
19+
- Removed instances of outdated internal build profile API functions.
20+
21+
### Added
22+
- Added a Scenario launch pop-up window that shows the scenario stages, progress bars, and configuration details.
23+
- Added the Entities Hierarchy window to Virtual Players. To enable this window, go to **Layout** > **Entities Hierarchy**.
24+
725
## [1.3.2] - 2024-11-14
826

927
### Fixed

mppm_versioned_docs/version-1.3.2/about.md renamed to mppm_versioned_docs/version-1.3.3/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.3.0 is compatible with Unity Editor versions 6000.0.22f1 or later.
11+
Multiplayer Play Mode version 1.3.3 is compatible with Unity Editor versions 6000.0.22f1 or later.
1212

1313
## Multiplayer Play Mode terminology
1414

mppm_versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
"current",
3-
"1.3.2",
3+
"1.3.3",
44
"1.2.0",
55
"1.1.0",
66
"1.0.0",

0 commit comments

Comments
 (0)