From 65b26f3db7f3cdf5c3e51708e9f23933c2a6d50d Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Mon, 1 Mar 2021 14:18:04 -0800 Subject: [PATCH] chore: update package manifest version to 0.1.0 MTT-488 --- .yamato/project.metafile | 2 +- com.unity.multiplayer.mlapi/CHANGELOG.md | 10 +++++++++- com.unity.multiplayer.mlapi/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.yamato/project.metafile b/.yamato/project.metafile index 20284e83b5..b3f44f7242 100644 --- a/.yamato/project.metafile +++ b/.yamato/project.metafile @@ -1,8 +1,8 @@ # Editors where tests will happen. The first entry of this array is also used # for validation test_editors: + - 2021.1 - 2019.4 - - 2020.2 - trunk # Platforms that will be tested. The first entry in this array will also diff --git a/com.unity.multiplayer.mlapi/CHANGELOG.md b/com.unity.multiplayer.mlapi/CHANGELOG.md index ec3479e4e9..00a906a988 100644 --- a/com.unity.multiplayer.mlapi/CHANGELOG.md +++ b/com.unity.multiplayer.mlapi/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [0.1.0] - 2020-03-02 +This is the initial experimental Unity MLAPI Package. +### Changed +- Rather than performance / convenience RPCs, we now have one performant 'Standard' RPC type +- RPCs are now deferred and queued to support upcoming features and improve bandwidth usage +- A preliminary tick system has been added +- Network variables are tick-based ## [0.0.1-preview.1] - 2020-12-20 -This is the first release of Unity MLAPI Package \ No newline at end of file +This was an internally-only-used version of the Unity MLAPI Package + diff --git a/com.unity.multiplayer.mlapi/package.json b/com.unity.multiplayer.mlapi/package.json index 680934469f..5533ac5d7a 100644 --- a/com.unity.multiplayer.mlapi/package.json +++ b/com.unity.multiplayer.mlapi/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.multiplayer.mlapi", "displayName": "MLAPI Networking Library", - "version": "0.0.1-preview.1", + "version": "0.1.0", "unity": "2019.4", "unityRelease": "8f1", "description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",