Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit eff27d8

Browse files
author
Paul Balaji
authored
Use latest templates (#120)
1 parent 665518d commit eff27d8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Unreleased
44

5-
## Added
5+
### Added
66

77
- Added `com.unity.quicksearch` package for easy search. [#121](https://github.com/spatialos/gdk-for-unity-blank-project/pull/121)
88

9+
### Changed
10+
11+
- Migrated launch configurations to latest game templates. [#120](https://github.com/spatialos/gdk-for-unity-blank-project/pull/120)
12+
913
## `0.3.10` - 2020-08-18
1014

1115
### Changed

cloud_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "w2_r0500_e5",
2+
"template": "n1standard2_std40_r0500",
33
"world": {
44
"chunkEdgeLengthMeters": 50,
55
"snapshots": {

default_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "w2_r0500_e5",
2+
"template": "n1standard2_std40_r0500",
33
"world": {
44
"chunkEdgeLengthMeters": 50,
55
"snapshots": {

0 commit comments

Comments
 (0)