From c8730a45cbe5fcec663f4b345f1dc7761bf36890 Mon Sep 17 00:00:00 2001 From: Paul Balaji Date: Fri, 21 Aug 2020 12:41:58 +0100 Subject: [PATCH] Use latest templates (#1457) --- CHANGELOG.md | 1 + cloud_launch.json | 2 +- default_launch.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc31e12f62..68bcd9d537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Changed - Upgrade to Worker SDK v14.8.0. [#1458](https://github.com/spatialos/gdk-for-unity/pull/1458) +- Migrated launch configurations to latest game templates. [#1457](https://github.com/spatialos/gdk-for-unity/pull/1457) ## `0.3.10` - 2020-08-18 diff --git a/cloud_launch.json b/cloud_launch.json index e8528e2a3b..70ce66bc0f 100644 --- a/cloud_launch.json +++ b/cloud_launch.json @@ -1,5 +1,5 @@ { - "template": "w2_r0500_e5", + "template": "n1standard2_std40_r0500", "world": { "chunkEdgeLengthMeters": 5, "snapshots": { diff --git a/default_launch.json b/default_launch.json index 31c8449687..6319d6f451 100644 --- a/default_launch.json +++ b/default_launch.json @@ -1,5 +1,5 @@ { - "template": "w2_r0500_e5", + "template": "n1standard2_std40_r0500", "world": { "chunkEdgeLengthMeters": 5, "snapshots": {