From 66eef03f7274464c78ba1e878a5ba510e23b53c5 Mon Sep 17 00:00:00 2001 From: DogBot Date: Tue, 26 May 2020 12:23:43 +0100 Subject: [PATCH] Release candidate for version 0.3.6. (#272) --- CHANGELOG.md | 3 +++ gdk.pinned | 2 +- workers/unity/Packages/manifest.json | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f8cd48..49c6e8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Unreleased +## `0.3.6` - 2020-05-26 + ### Changed +- Upgraded to GDK for Unity version `0.3.6` - `MobileClient` now uses the `ModularKcp` networking type rather than `Kcp`. [#268](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/268). - The `MapBuilder` is now using a `Task` based API instead of a coroutine based one. [#271](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/271) - The `WorkerConnector` implementations have been refactored and simplified. [#271](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/271) diff --git a/gdk.pinned b/gdk.pinned index 900dccea..7bd5d531 100644 --- a/gdk.pinned +++ b/gdk.pinned @@ -1 +1 @@ -develop 0266b65afbbd6a70ff777148b6368ec5f1d83b82 \ No newline at end of file +develop ea4b816cad4817c7d10a391f66b87b919fd73f7a \ No newline at end of file diff --git a/workers/unity/Packages/manifest.json b/workers/unity/Packages/manifest.json index bcfb8401..fe3421c4 100644 --- a/workers/unity/Packages/manifest.json +++ b/workers/unity/Packages/manifest.json @@ -3,17 +3,17 @@ "com.unity.ide.rider": "1.1.4", "com.unity.postprocessing": "2.3.0", "com.unity.ugui": "1.0.0", - "io.improbable.gdk.buildsystem": "0.3.5", - "io.improbable.gdk.core": "0.3.5", - "io.improbable.gdk.debug": "0.3.5", - "io.improbable.gdk.deploymentlauncher": "0.3.5", - "io.improbable.gdk.gameobjectcreation": "0.3.5", - "io.improbable.gdk.mobile": "0.3.5", - "io.improbable.gdk.playerlifecycle": "0.3.5", - "io.improbable.gdk.querybasedinteresthelper": "0.3.5", - "io.improbable.gdk.testutils": "0.3.5", - "io.improbable.gdk.tools": "0.3.5", - "io.improbable.gdk.transformsynchronization": "0.3.5", + "io.improbable.gdk.buildsystem": "0.3.6", + "io.improbable.gdk.core": "0.3.6", + "io.improbable.gdk.debug": "0.3.6", + "io.improbable.gdk.deploymentlauncher": "0.3.6", + "io.improbable.gdk.gameobjectcreation": "0.3.6", + "io.improbable.gdk.mobile": "0.3.6", + "io.improbable.gdk.playerlifecycle": "0.3.6", + "io.improbable.gdk.querybasedinteresthelper": "0.3.6", + "io.improbable.gdk.testutils": "0.3.6", + "io.improbable.gdk.tools": "0.3.6", + "io.improbable.gdk.transformsynchronization": "0.3.6", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0",