Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Use latest templates (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Balaji authored Aug 21, 2020
1 parent c0c1465 commit c8730a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cloud_launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"template": "w2_r0500_e5",
"template": "n1standard2_std40_r0500",
"world": {
"chunkEdgeLengthMeters": 5,
"snapshots": {
Expand Down
2 changes: 1 addition & 1 deletion default_launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"template": "w2_r0500_e5",
"template": "n1standard2_std40_r0500",
"world": {
"chunkEdgeLengthMeters": 5,
"snapshots": {
Expand Down

0 comments on commit c8730a4

Please sign in to comment.