Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 82af0e3

Browse files
authored
Netcode for entities update (#1254)
1 parent 7ee10a4 commit 82af0e3

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

mppm/install.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@ title: Install Multiplayer Play Mode
44
description: How to install Multiplayer Play Mode
55
---
66

7-
To begin testing your multiplayer functionality, you must first install Multiplayer Play Mode.
8-
9-
## Prerequisites
10-
11-
To install Multiplayer Play Mode, you must have:
12-
13-
- Unity Editor version 2023.1 or later
14-
- An active Project in Unity Hub
15-
16-
17-
## Install the Multiplayer Play Mode package
7+
To begin testing your multiplayer functionality, you must first install the Multiplayer Play Mode package.
188

199
1. Open Unity Hub.
2010
2. Select a Project.

mppm/release-notes/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: mppm-release-notes
3-
title: Multiplayer Play Mode Release Notes
3+
title: Release notes
44
description: Release notes for Multiplayer Play Mode including new features, updates, bug fixes, and known issues.
55
---
66

mppm/sys-req.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: sys-req
3+
title: System requirements and compatibility
4+
---
5+
6+
The Multiplayer Play Mode package requires the following:
7+
8+
- Unity Editor version 2023.1 or later.
9+
- An active Project in Unity Hub.
10+
11+
## Compatibility
12+
Multiplayer Play Mode is compatible with the following multiplayer packages and services:
13+
- [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/1.6.0/about/)
14+
- [Netcode for Entities](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
15+
- [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)

sidebarsMPPM.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
module.exports = {
22
'mppm': [
3+
{
4+
type: 'doc',
5+
id: 'release-notes/mppm-release-notes',
6+
},
37
{
48
type: 'doc',
59
id: 'about'
610
},
711
{
812
type: 'doc',
9-
id: 'release-notes/mppm-release-notes',
13+
id: 'sys-req'
1014
},
1115
{
1216
type: 'doc',

0 commit comments

Comments
 (0)