Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions com.unity.multiplayer.mlapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 8 additions & 2 deletions com.unity.multiplayer.mlapi/Documentation~/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.|