Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/nightly.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
GDK_REPOSITORY: "git@github.com:spatialos/UnrealGDK.git"
MAIN_MAP_NAME: "Control_Small"
SPATIAL_PROJECT_NAME: "unreal_gdk"
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-8" ## the runtime version of SpatialOS
SPATIAL_RUNTIME_VERSION: "15.0.0" ## the runtime version of SpatialOS

steps:
- label: "generate-pipeline-steps"
Expand Down
2 changes: 1 addition & 1 deletion DeployGame.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set deploymentname=%gamename%%formatdate%
cd spatial/
spatial build build-config || goto :error
spatial cloud upload %deploymentname% --force || goto :error
spatial cloud launch %deploymentname% one_worker_test.json %deploymentname% --snapshot=snapshots/default.snapshot --cluster_region=eu --runtime_version=0.4.3 || goto :error
spatial cloud launch %deploymentname% one_worker_test.json %deploymentname% --snapshot=snapshots/default.snapshot --cluster_region=eu --runtime_version=15.0.0 || goto :error
spatial project deployment tags add %deploymentname% dev_login || goto :error
spatial project deployment tags add %deploymentname% status_lobby || goto :error

Expand Down
2 changes: 1 addition & 1 deletion LaunchSpatial.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spatial worker build build-config
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,
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
rem the --snapshot argument with the path to the snapshot you want to launch with.
spatial local launch default_launch.json --snapshot=snapshots/default.snapshot --runtime_version=0.4.3
spatial local launch default_launch.json --snapshot=snapshots/default.snapshot --runtime_version=15.0.0

popd
4 changes: 2 additions & 2 deletions spatial/spatialos.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "your_project_name_here",
"project_version": "0.0.1",
"sdk_version": "15.0.0-preview-8",
"sdk_version": "15.0.0",
"dependencies": [
{
"name": "standard_library",
"version": "15.0.0-preview-8"
"version": "15.0.0"
}
]
}