diff --git a/com.unity.multiplayer.mlapi/CHANGELOG.md b/com.unity.multiplayer.mlapi/CHANGELOG.md index bce9ebe5a0..d94ff0a3d8 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 + +* Fixed issue with the Unity Registry package version missing some fixes from the v0.1.0 release. + ## [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.|