From 312bfc8f6ad686965f3c9e360723f33b5e5279f4 Mon Sep 17 00:00:00 2001 From: Lori Krell Date: Tue, 1 Jun 2021 11:34:47 -0500 Subject: [PATCH 1/2] hotfix note and manual links --- com.unity.multiplayer.mlapi/CHANGELOG.md | 8 ++++++++ com.unity.multiplayer.mlapi/Documentation~/Manual.md | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/com.unity.multiplayer.mlapi/CHANGELOG.md b/com.unity.multiplayer.mlapi/CHANGELOG.md index bce9ebe5a0..268faa966a 100644 --- a/com.unity.multiplayer.mlapi/CHANGELOG.md +++ b/com.unity.multiplayer.mlapi/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog This file documents all notable changes to this package. Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). +## [0.1.0] - 2021-06-01 + +This is hotfix v0.1.1 for the initial experimental Unity MLAPI Package. + +### Changes + +* Updated the package version to correctly document the published version for MLAPI. + ## [0.1.0] - 2021-03-23 This is the initial experimental Unity MLAPI Package, v0.1.0. diff --git a/com.unity.multiplayer.mlapi/Documentation~/Manual.md b/com.unity.multiplayer.mlapi/Documentation~/Manual.md index bb9e00934c..b6150fe3d6 100644 --- a/com.unity.multiplayer.mlapi/Documentation~/Manual.md +++ b/com.unity.multiplayer.mlapi/Documentation~/Manual.md @@ -4,10 +4,15 @@ Unity MLAPI is a high level networking library built for the Unity game engine t ## Unity MLAPI - See this guide to install Unity MLAPI, set up your project, and get started with your first networked game. - [First Steps with Unity MLAPI](https://docs-multiplayer.unity3d.com/docs/tutorials/helloworldintro) +See this guide to install Unity MLAPI, set up your project, and get started with your first networked game. + +* [MLAPI Documentation](https://docs-multiplayer.unity3d.com/docs/getting-started/about-mlapi) +* [Install MLAPI](https://docs-multiplayer.unity3d.com/docs/migration/install) +* [First Steps with Unity MLAPI](https://docs-multiplayer.unity3d.com/docs/tutorials/helloworldintro) +* [MLAPI API Reference](https://docs-multiplayer.unity3d.com/docs/mlapi-api/introduction) # Technical details + ## Requirements This version of MLAPI is compatible with the following versions of the Unity Editor: @@ -20,3 +25,4 @@ This version of MLAPI is compatible with the following versions of the Unity Edi |Date|Reason| |---|---| |March 10, 2021|Document created. Matches package version 0.1.0| +|June 1, 2021| Updated and added links for additional content. Matches patch version 0.1.0 and hotfixes.| From b4f07d9e673596eb37b56e4ad47057150eda2e75 Mon Sep 17 00:00:00 2001 From: Lori Krell Date: Tue, 1 Jun 2021 12:02:14 -0500 Subject: [PATCH 2/2] revised per review --- com.unity.multiplayer.mlapi/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.multiplayer.mlapi/CHANGELOG.md b/com.unity.multiplayer.mlapi/CHANGELOG.md index 268faa966a..d94ff0a3d8 100644 --- a/com.unity.multiplayer.mlapi/CHANGELOG.md +++ b/com.unity.multiplayer.mlapi/CHANGELOG.md @@ -7,7 +7,7 @@ This is hotfix v0.1.1 for the initial experimental Unity MLAPI Package. ### Changes -* Updated the package version to correctly document the published version for MLAPI. +* Fixed issue with the Unity Registry package version missing some fixes from the v0.1.0 release. ## [0.1.0] - 2021-03-23