Skip to content

Commit

Permalink
Develop into main (#1399)
Browse files Browse the repository at this point in the history
Co-authored-by: Vic Cooper <[email protected]>
Co-authored-by: Vic Cooper <[email protected]>
Co-authored-by: JiaRen <[email protected]>
  • Loading branch information
4 people authored Dec 17, 2024
1 parent d4d3357 commit 40ee1d4
Show file tree
Hide file tree
Showing 36 changed files with 24 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ module.exports = {
label: "1.4.0-pre",
path: "current",
},
"1.3.2": {
label: "1.3.2",
path: "1.3.2",
"1.3.3": {
label: "1.3.3",
path: "1.3.3",
},
"1.2.0": {
label: "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion mppm/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use Multiplayer Play Mode to test multiplayer functionality within the Unity Edi

## Compatibility

Multiplayer Play Mode version 1.3.0 is compatible with Unity Editor versions 6000.0.22f1 or later.
Multiplayer Play Mode version 1.4.0-pre is compatible with Unity Editor versions 6000.0.22f1 or later.

## Multiplayer Play Mode terminology

Expand Down
18 changes: 18 additions & 0 deletions mppm/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ title: Release notes
description: Release notes for Multiplayer Play Mode including new features, updates, bug fixes, and known issues.
---

## [1.3.3] - 2024-12-17

### Added
- Fixed an `ArgumentNullException` issue that occurs across an MPPM upgrade with an actively set Play Mode Scenario configuration.

### Fixed
- Fixed an issue where project settings were not getting propagated to Virtual Players when entering Play mode via the play button.

## [1.4.0-pre.1] - 2024-12-05

### Fixed
- Virtual Player windows correctly update and stay in sync when you enter and exit Play mode.
- Removed instances of outdated internal build profile API functions.

### Added
- Added a Scenario launch pop-up window that shows the scenario stages, progress bars, and configuration details.
- Added the Entities Hierarchy window to Virtual Players. To enable this window, go to **Layout** > **Entities Hierarchy**.

## [1.3.2] - 2024-11-14

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use Multiplayer Play Mode to test multiplayer functionality within the Unity Edi

## Compatibility

Multiplayer Play Mode version 1.3.0 is compatible with Unity Editor versions 6000.0.22f1 or later.
Multiplayer Play Mode version 1.3.3 is compatible with Unity Editor versions 6000.0.22f1 or later.

## Multiplayer Play Mode terminology

Expand Down
2 changes: 1 addition & 1 deletion mppm_versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
"current",
"1.3.2",
"1.3.3",
"1.2.0",
"1.1.0",
"1.0.0",
Expand Down

0 comments on commit 40ee1d4

Please sign in to comment.