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

Commit 76f6eee

Browse files
author
Paul Balaji
authored
Use latest templates (#290)
1 parent 5a726a4 commit 76f6eee

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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. [#292](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/292)
88
- Includes adding modules for `UIElements` and `AssetBundles`.
9+
10+
### Changed
11+
12+
- Migrated launch configurations to latest game templates. [#290](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/290)
913

1014
## `0.3.10` - 2020-08-18
1115

cloud_launch_large.json

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

cloud_launch_small.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "w4_r1000_e10",
2+
"template": "n1standard4_std40_r1000",
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)