From 7a9fcf2a27622f3a21eda9b75a20baf0621f574e Mon Sep 17 00:00:00 2001 From: DogBot Date: Mon, 11 Nov 2019 16:48:07 +0000 Subject: [PATCH] Release candidate for version 0.3.0. (#240) --- CHANGELOG.md | 3 +++ gdk.pinned | 2 +- packer.config.json | 2 +- .../package.json | 2 +- workers/unity/Packages/manifest.json | 24 +++++++++---------- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2c1f30..cdf3b151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## `0.3.0` - 2019-11-11 + ### Breaking Changes - Restructured the project's layout. [#239](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/239) @@ -11,6 +13,7 @@ ### Changed +- Upgraded to GDK for Unity version `0.3.0` - Changed the default client and simulated player network connection types to Modular UDP with compression enabled. [#238](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/238) - Changed the default `UnityGameLogic` and `SimulatedPlayerCoordinator` network connection types to TCP. [#238](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/238) diff --git a/gdk.pinned b/gdk.pinned index a4349bec..45ab35be 100644 --- a/gdk.pinned +++ b/gdk.pinned @@ -1 +1 @@ -develop 1bc9acc488d9e4162bf35f19fb13998c5d9db6c2 \ No newline at end of file +develop 180a1fc239c6a05aecf7357b78282794145e0ccd \ No newline at end of file diff --git a/packer.config.json b/packer.config.json index eb51bb3f..8ccac0d3 100644 --- a/packer.config.json +++ b/packer.config.json @@ -1,6 +1,6 @@ { "package_name": "gdk-for-unity-fps-starter-project", - "version": "0.2.10", + "version": "0.3.0", "git_packages": [ { "clone_url": "git@github.com:spatialos/gdk-for-unity-fps-starter-project.git", diff --git a/workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json b/workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json index 93ff9536..c7e204bc 100644 --- a/workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json +++ b/workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json @@ -1,7 +1,7 @@ { "name": "io.improbable.gdk.deploymentmanager", "displayName": "SpatialOS GDK Deployment Manager", - "version": "0.2.10", + "version": "0.3.0", "unity": "2019.1", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Deployment Manager.", diff --git a/workers/unity/Packages/manifest.json b/workers/unity/Packages/manifest.json index 1310bb17..e78b1e0f 100644 --- a/workers/unity/Packages/manifest.json +++ b/workers/unity/Packages/manifest.json @@ -4,18 +4,18 @@ "com.unity.package-manager-ui": "2.2.0", "com.unity.postprocessing": "2.1.4", "com.unity.ugui": "1.0.0", - "io.improbable.gdk.buildsystem": "0.2.10", - "io.improbable.gdk.core": "0.2.10", - "io.improbable.gdk.debug": "0.2.10", - "io.improbable.gdk.deploymentlauncher": "0.2.10", + "io.improbable.gdk.buildsystem": "0.3.0", + "io.improbable.gdk.core": "0.3.0", + "io.improbable.gdk.debug": "0.3.0", + "io.improbable.gdk.deploymentlauncher": "0.3.0", "io.improbable.gdk.deploymentmanager": "file:io.improbable.gdk.deploymentmanager", - "io.improbable.gdk.gameobjectcreation": "0.2.10", - "io.improbable.gdk.mobile": "0.2.10", - "io.improbable.gdk.playerlifecycle": "0.2.10", - "io.improbable.gdk.querybasedinteresthelper": "0.2.10", - "io.improbable.gdk.testutils": "0.2.10", - "io.improbable.gdk.tools": "0.2.10", - "io.improbable.gdk.transformsynchronization": "0.2.10", + "io.improbable.gdk.gameobjectcreation": "0.3.0", + "io.improbable.gdk.mobile": "0.3.0", + "io.improbable.gdk.playerlifecycle": "0.3.0", + "io.improbable.gdk.querybasedinteresthelper": "0.3.0", + "io.improbable.gdk.testutils": "0.3.0", + "io.improbable.gdk.tools": "0.3.0", + "io.improbable.gdk.transformsynchronization": "0.3.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0", @@ -41,4 +41,4 @@ ] } ] -} +} \ No newline at end of file