This commit is contained in:
Brian Coughlin 2021-11-02 15:11:21 +00:00
Родитель e6f9927717
Коммит f742b59a41
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -38,7 +38,7 @@ For our October 2021 release, the following major features were released:
### Netcode for GameObjects (Netcode)
[v1.0.0 Netcode release](/releases/multiplayer/release-1.0.0) supports Unity versions 2020.3 and later
[v1.0.0 Netcode pre-release](/releases/multiplayer/1.0.0) supports Unity versions 2020.3 and later
The `develop` branch is considered experimental and supports Unity versions 2020.3 and later
* Streamlined RPC layer with support for [serialization of custom data types](/docs/advanced-topics/custom-serialization)

Просмотреть файл

@ -1,5 +1,5 @@
---
id: release-0-1-0
id: 0-1-0
title: MLAPI 0.1.0 - 2021-03-23
description: Release notes for Multiplayer v0.1.0, including new features, updates, bug fixes, known issues, and information to help you upgrade.
label:

Просмотреть файл

@ -1,5 +1,5 @@
---
id: release-1.0.0
id: 1.0.0
title: Netcode 1.0.0 - 21-10-2021
description: In-progress release notes for the next release of Unity Netcode for GameObjects (Netcode) including new features, updates, bug fixes, known issues, and information to help you upgrade.
---

Просмотреть файл

@ -16,11 +16,11 @@ module.exports = {
"items": [
{
type: 'doc',
id: 'multiplayer/release-1.0.0',
id: 'multiplayer/1.0.0',
},
{
type: 'doc',
id: 'multiplayer/release-0-1-0',
id: 'multiplayer/0-1-0',
},
]