From 8b3db6f472c3d426073d06d45b58bb336b6089b0 Mon Sep 17 00:00:00 2001 From: Jamie Brynes Date: Mon, 15 Apr 2019 15:48:47 +0100 Subject: [PATCH] Release 0.2.1 - Pre-Validation (#37) --- CHANGELOG.md | 4 ++++ cloud_launch.json | 16 ++++++++++++++ default_launch.json | 16 ++++++++++++++ gdk.pinned | 2 +- packer.config.json | 52 ++++++++++++++++++++++----------------------- 5 files changed, 63 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3600f99..bc3ca4a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Unreleased +## `0.2.1` - 2019-04-15 + ### Changed +- Updated to Unity version `2018.3.11`. +- Updated to GDK for Unity version `0.2.1`. - Updated `CreatePlayerEntityTemplate` to work with latest player lifecycle Feature Module. ## `0.2.0` - 2019-03-19 diff --git a/cloud_launch.json b/cloud_launch.json index c599be5d6..943c246de 100644 --- a/cloud_launch.json +++ b/cloud_launch.json @@ -36,6 +36,22 @@ "all": {} } ] + }, + { + "worker_type": "AndroidClient", + "permissions": [ + { + "all": {} + } + ] + }, + { + "worker_type": "iOSClient", + "permissions": [ + { + "all": {} + } + ] } ] } diff --git a/default_launch.json b/default_launch.json index ebba4c4fa..91fa4598b 100644 --- a/default_launch.json +++ b/default_launch.json @@ -45,6 +45,22 @@ "all": {} } ] + }, + { + "worker_type": "AndroidClient", + "permissions": [ + { + "all": {} + } + ] + }, + { + "worker_type": "iOSClient", + "permissions": [ + { + "all": {} + } + ] } ] } diff --git a/gdk.pinned b/gdk.pinned index c675a6bcc..4a601deeb 100644 --- a/gdk.pinned +++ b/gdk.pinned @@ -1 +1 @@ -67a3c1834dd24f87c30f7f4da5ec5bbb4d476708 +8ba0b572c70aa580baf6429be27f54ed06fc3417 \ No newline at end of file diff --git a/packer.config.json b/packer.config.json index 62390fd5a..b6223c9ce 100644 --- a/packer.config.json +++ b/packer.config.json @@ -1,27 +1,27 @@ { - "package_name": "gdk-for-unity-blank-project", - "version": "0.2.0", - "git_packages": [ - { - "clone_url": "git@github.com:spatialos/gdk-for-unity-blank-project.git", - "clone_dir": "gdk-for-unity-blank-project", - "exclude_paths": [ - ".git", - ".github", - "ci", - "scripts" - ] - }, - { - "clone_url": "git@github.com:spatialos/gdk-for-unity.git", - "clone_dir" : "gdk-for-unity", - "exclude_paths": [ - ".git", - ".github", - "ci", - "scripts", - "test-project" - ] - } - ] -} + "package_name": "gdk-for-unity-blank-project", + "version": "0.2.1", + "git_packages": [ + { + "clone_url": "git@github.com:spatialos/gdk-for-unity-blank-project.git", + "clone_dir": "gdk-for-unity-blank-project", + "exclude_paths": [ + ".git", + ".github", + "ci", + "scripts" + ] + }, + { + "clone_url": "git@github.com:spatialos/gdk-for-unity.git", + "clone_dir": "gdk-for-unity", + "exclude_paths": [ + ".git", + ".github", + "ci", + "scripts", + "test-project" + ] + } + ] +} \ No newline at end of file