Skip to content

Commit ba9d98f

Browse files
committed
Merge conflicts
2 parents 5b3c969 + b3489b0 commit ba9d98f

File tree

122 files changed

+14310
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+14310
-70
lines changed

docs/basics/object-spawning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ As an alternative way, you can make the `NetworkObject.DontDestroyWithOwner` pro
113113

114114
### Despawning
115115

116-
Only a server can despawn a NetworkObject, and the default despawn behavior is to destroy the associated GameObject. to despawn but not destroy a NetworkObject, you should call `NetworkObject.Despawn` and pass false as the parameter. Clients will always be notified and will mirror the despawn behavior. If you despawn and destroy on the server then all clients will despawn and then destroy the `GameObject` that the `NetworkObjet` component is attached to.
116+
Only a server can despawn a NetworkObject, and the default despawn behavior is to destroy the associated GameObject. to despawn but not destroy a NetworkObject, you should call `NetworkObject.Despawn` and pass false as the parameter. Clients will always be notified and will mirror the despawn behavior. If you despawn and destroy on the server then all clients will despawn and then destroy the `GameObject` that the `NetworkObject` component is attached to.
117117

118118
On the client side, you should never call `Object.Destroy` on any `GameObject` with a NetworkObject component attached to it (this isn't supported and will cause an exception to be thrown). If you want to use a more client authority model, have the client with ownership invoke an RPC to defer the despawning on server side.
119119

docs/learn/bossroom/getting-started-boss-room.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For more information on the art in Boss Room, see [ART_NOTES.md](https://github.
6767

6868
### Install the Boss Room project
6969

70-
To install the Boss Room project, download or clone it from the [com.unity.multiplayer.samples.coop](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop) repository.
70+
To install the Boss Room project, download or clone it from the [com.unity.multiplayer.samples.coop](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop) repository.
7171

7272
**Note**: If you install the project with Git, you must install Git LFS first.
7373

@@ -233,6 +233,10 @@ Boss Room includes the following tools and utilities:
233233
* Scene utils with synced loading screens - [Packages/com.unity.multiplayer.samples.coop/Utilities/SceneManagement/](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Packages/com.unity.multiplayer.samples.coop/Utilities/SceneManagement)
234234
* RNSM custom config - [Packages/com.unity.multiplayer.samples.coop/Utilities/Net/RNSM/CustomNetStatsMonitorConfiguration.asset](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Packages/com.unity.multiplayer.samples.coop/Utilities/Net/RNSM/CustomNetStatsMonitorConfiguration.asset)
235235
* NetworkSimulator usage through UI - [Assets/Scripts/Utils/NetworkSimulatorUIMediator.cs ](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Assets/Scripts/Utils/NetworkSimulatorUIMediator.cs)
236+
<<<<<<< HEAD
237+
=======
238+
* ParrelSync - [Packages/manifest.json](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Packages/manifest.json)
239+
>>>>>>> main
236240
237241
### Troubleshooting
238242

@@ -283,4 +287,4 @@ Please check out [CONTRIBUTING.md](https://github.com/Unity-Technologies/com.uni
283287

284288
Thank you for cloning Boss Room and taking a look at the project. To help us improve and build better samples in the future, please consider submitting feedback about your experiences with Boss Room. It'll only take a couple of minutes. Thanks!
285289

286-
[Enter the Boss Room Feedback Form](https://unitytech.typeform.com/bossroom)
290+
[Enter the Boss Room Feedback Form](https://unitytech.typeform.com/bossroom)

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ module.exports = {
252252
label: "2.0.0",
253253
path: "2.0.0",
254254
},
255+
"1.12.0": {
256+
label: "1.12.0",
257+
path: "1.12.0",
258+
},
255259
"1.11.0": {
256260
label: "1.11.0",
257261
path: "1.11.0",

mppm/about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Use Multiplayer Play Mode to test multiplayer functionality within the Unity Edi
1010

1111
Multiplayer Play Mode version 1.5.0-exp.1 is compatible with the following:
1212

13-
* Unity Editor versions 6000.0.22f1 or later.
14-
* Windows, Linux,and MacOS platforms.
13+
* Unity Editor versions 6000.1.0b1 or later.
14+
* Windows and MacOS platforms.
1515
* Experimental Android support for Unity Editor version 6.1.
1616

1717
## Multiplayer Play Mode terminology

mppm/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: Install Multiplayer Play Mode
44
description: How to install Multiplayer Play Mode
55
---
66

7-
You can use Multiplayer Play Mode version 1.1.0 in Unity Editor versions 6000.0.3f1 or later. Multiplayer Play mode versions 1.0.0 and earlier are compatible with Unity version 2023.1 or later.
7+
You can use this version of Multiplayer Play Mode in Unity Editor versions 6000.1.0b1 or later.
88
To install the Multiplayer Play Mode package, follow these steps:
99

1010
1. Open Unity Hub.
1111
2. Select a Project to open it.
1212
3. In the Editor's menu bar, navigate to **Window** > **Package Manager**.
1313
4. Select **Unity Registry**.
14-
5. Select the **Multiplayer Play Mode** package.
14+
5. Select the **Multiplayer Play Mode** package.
1515
6. Select **Install**.
1616

1717
## Next steps

mppm/sys-req.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
id: sys-req
3-
title: System requirements and compatibility
3+
title: Compatibility
44
---
5-
6-
The Multiplayer Play Mode package requires the following:
7-
8-
- Unity Editor version 2023.1 or later.
9-
- An active Project in the Unity Hub.
10-
11-
## Compatibility
12-
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
5+
You can use Multiplayer Play Mode with any Netcode solution.
6+
Multiplayer Play Mode also contains features that integrate with the following multiplayer packages and services:
137
- [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about/)
148
- [Netcode for Entities](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
159
- [Multiplayer Tools](https://docs-multiplayer.unity3d.com/tools/current/about/)
1610
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
17-
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)
11+
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)

mppm_versioned_docs/version-1.0.0/about.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Use Multiplayer Play Mode to test multiplayer functionality within the Unity Edi
99
## Compatibility
1010
Multiplayer Play Mode version 1.0.0 is compatible with Unity Editor versions 6000.0.3f1 or later.
1111

12-
## Compatibility
13-
Multiplayer Play Mode version 1.0.0 is compatible with Unity Editor versions 2023.1 or later.
14-
1512
## Multiplayer Play Mode terminology
1613

1714
The following have specific meaning in relation to Multiplayer Play Mode:

mppm_versioned_docs/version-1.1.0/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Install Multiplayer Play Mode
44
description: How to install Multiplayer Play Mode
55
---
66

7-
You can use Multiplayer Play Mode version 1.1.0 in Unity Editor versions 6000.0.3f1 or later. Multiplayer Play mode versions 1.0.0 and earlier are compatible with Unity version 2023.1 or later.
7+
You can use Multiplayer Play Mode version 1.1.0 in Unity Editor versions 6000.0.3f1 or later.
88
To install the Multiplayer Play Mode package, follow these steps:
99

1010
1. Open Unity Hub.

mppm_versioned_docs/version-1.1.0/sys-req.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ title: System requirements and compatibility
55

66
The Multiplayer Play Mode package requires the following:
77

8-
- Unity Editor version 2023.1 or later.
98
- An active Project in the Unity Hub.
109

1110
## Compatibility
12-
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
11+
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
1312
- [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about/)
1413
- [Netcode for Entities](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
1514
- [Multiplayer Tools](https://docs-multiplayer.unity3d.com/tools/current/about/)
16-
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
15+
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
1716
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)

mppm_versioned_docs/version-1.2.0/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Install Multiplayer Play Mode
44
description: How to install Multiplayer Play Mode
55
---
66

7-
You can use Multiplayer Play Mode version 1.1.0 in Unity Editor versions 6000.0.3f1 or later. Multiplayer Play mode versions 1.0.0 and earlier are compatible with Unity version 2023.1 or later.
7+
You can use this version of Multiplayer Play Mode in Unity Editor versions 6000.0.3f1 or later.
88
To install the Multiplayer Play Mode package, follow these steps:
99

1010
1. Open Unity Hub.
@@ -16,4 +16,4 @@ To install the Multiplayer Play Mode package, follow these steps:
1616

1717
## Next steps
1818

19-
You can now access and configure your [Virtual Players](../virtual-players) and their [tags](../player-tags).
19+
You can now access and configure your [Virtual Players](../virtual-players) and their [tags](../player-tags).
+4-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
id: sys-req
3-
title: System requirements and compatibility
3+
title: Compatibility
44
---
5-
6-
The Multiplayer Play Mode package requires the following:
7-
8-
- Unity Editor version 2023.1 or later.
9-
- An active Project in the Unity Hub.
10-
11-
## Compatibility
12-
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
5+
You can use Multiplayer Play Mode with any Netcode solution.
6+
Multiplayer Play Mode also contains features that integrate with the following multiplayer packages and services:
137
- [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about/)
148
- [Netcode for Entities](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
159
- [Multiplayer Tools](https://docs-multiplayer.unity3d.com/tools/current/about/)
1610
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
17-
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)
11+
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)

mppm_versioned_docs/version-1.3.3/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: Install Multiplayer Play Mode
44
description: How to install Multiplayer Play Mode
55
---
66

7-
You can use Multiplayer Play Mode version 1.1.0 in Unity Editor versions 6000.0.3f1 or later. Multiplayer Play mode versions 1.0.0 and earlier are compatible with Unity version 2023.1 or later.
7+
You can use this version of Multiplayer Play Mode in Unity Editor versions 6000.0.22f1 or later.
88
To install the Multiplayer Play Mode package, follow these steps:
99

1010
1. Open Unity Hub.
1111
2. Select a Project to open it.
1212
3. In the Editor's menu bar, navigate to **Window** > **Package Manager**.
1313
4. Select **Unity Registry**.
14-
5. Select the **Multiplayer Play Mode** package.
14+
5. Select the **Multiplayer Play Mode** package.
1515
6. Select **Install**.
1616

1717
## Next steps
+5-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
id: sys-req
3-
title: System requirements and compatibility
3+
title: Compatibility
44
---
5-
6-
The Multiplayer Play Mode package requires the following:
7-
8-
- Unity Editor version 2023.1 or later.
9-
- An active Project in the Unity Hub.
10-
11-
## Compatibility
12-
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
5+
You can use Multiplayer Play Mode with any Netcode solution.
6+
Multiplayer Play Mode also contains features that integrate with the following multiplayer packages and services:
137
- [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about/)
148
- [Netcode for Entities](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
159
- [Multiplayer Tools](https://docs-multiplayer.unity3d.com/tools/current/about/)
16-
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
17-
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)
10+
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
11+
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)

mppm_versioned_docs/version-1.4.0/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: Install Multiplayer Play Mode
44
description: How to install Multiplayer Play Mode
55
---
66

7-
You can use Multiplayer Play Mode version 1.1.0 in Unity Editor versions 6000.0.3f1 or later. Multiplayer Play mode versions 1.0.0 and earlier are compatible with Unity version 2023.1 or later.
7+
You can use this version of Multiplayer Play Mode in Unity Editor versions 6000.1.0b1 or later.
88
To install the Multiplayer Play Mode package, follow these steps:
99

1010
1. Open Unity Hub.
1111
2. Select a Project to open it.
1212
3. In the Editor's menu bar, navigate to **Window** > **Package Manager**.
1313
4. Select **Unity Registry**.
14-
5. Select the **Multiplayer Play Mode** package.
14+
5. Select the **Multiplayer Play Mode** package.
1515
6. Select **Install**.
1616

1717
## Next steps

mppm_versioned_docs/version-1.4.0/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
+5-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
id: sys-req
3-
title: System requirements and compatibility
3+
title: Compatibility
44
---
5-
6-
The Multiplayer Play Mode package requires the following:
7-
8-
- Unity Editor version 2023.1 or later.
9-
- An active Project in the Unity Hub.
10-
11-
## Compatibility
12-
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
5+
You can use Multiplayer Play Mode with any Netcode solution.
6+
Multiplayer Play Mode also contains features that integrate with the following multiplayer packages and services:
137
- [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about/)
148
- [Netcode for Entities](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
159
- [Multiplayer Tools](https://docs-multiplayer.unity3d.com/tools/current/about/)
16-
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
17-
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)
10+
- [Dedicated Server](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
11+
- [Unity Game Services that use Multiplayer](https://docs.unity.com/ugs/en-us/manual/overview/manual/unity-gaming-services-home)

0 commit comments

Comments
 (0)