Skip to content

Commit ffbc169

Browse files
Upgrade to 15.0.0 (#247)
* Upgrade to 15.0.0 * Upgrade DeployGame
1 parent c35709e commit ffbc169

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.buildkite/nightly.steps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
GDK_REPOSITORY: "git@github.com:spatialos/UnrealGDK.git"
3838
MAIN_MAP_NAME: "Control_Small"
3939
SPATIAL_PROJECT_NAME: "unreal_gdk"
40-
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-8" ## the runtime version of SpatialOS
40+
SPATIAL_RUNTIME_VERSION: "15.0.0" ## the runtime version of SpatialOS
4141

4242
steps:
4343
- label: "generate-pipeline-steps"

DeployGame.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set deploymentname=%gamename%%formatdate%
1414
cd spatial/
1515
spatial build build-config || goto :error
1616
spatial cloud upload %deploymentname% --force || goto :error
17-
spatial cloud launch %deploymentname% one_worker_test.json %deploymentname% --snapshot=snapshots/default.snapshot --cluster_region=eu --runtime_version=0.4.3 || goto :error
17+
spatial cloud launch %deploymentname% one_worker_test.json %deploymentname% --snapshot=snapshots/default.snapshot --cluster_region=eu --runtime_version=15.0.0 || goto :error
1818
spatial project deployment tags add %deploymentname% dev_login || goto :error
1919
spatial project deployment tags add %deploymentname% status_lobby || goto :error
2020

LaunchSpatial.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ spatial worker build build-config
88
rem To launch a local Spatial deployment with a different launch configuration, change the default_launch.json argument to the name of your configuration file,
99
rem for example one_worker_test.json or two_worker_test.json. Similarly, you can specify a different snapshot than the default one by replacing the value of
1010
rem the --snapshot argument with the path to the snapshot you want to launch with.
11-
spatial local launch default_launch.json --snapshot=snapshots/default.snapshot --runtime_version=0.4.3
11+
spatial local launch default_launch.json --snapshot=snapshots/default.snapshot --runtime_version=15.0.0
1212

1313
popd

spatial/spatialos.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "0.0.1",
4-
"sdk_version": "15.0.0-preview-8",
4+
"sdk_version": "15.0.0",
55
"dependencies": [
66
{
77
"name": "standard_library",
8-
"version": "15.0.0-preview-8"
8+
"version": "15.0.0"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)