Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit d7127aa

Browse files
Merge pull request #3 from spatialos/version-9.1.0-upgrade
Upgrade tutorial to SpatialOS version 9.1.0
2 parents 089a9a3 + 9894675 commit d7127aa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "0.0.1",
4-
"sdk_version": "9.0.2",
4+
"sdk_version": "9.1.0",
55
"dependencies": [
6-
{"name": "WorkerSdkSchema", "version": "9.0.2"}
6+
{"name": "WorkerSdkSchema", "version": "9.1.0"}
77
]
88
}

workers/unity/spatialos.UnityFSim.worker.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
}
2929
},
3030
"managed": {
31-
"run_type": "EXECUTABLE_ZIP",
3231
"linux": {
3332
"artifact_name": "UnityFSim@Linux.zip",
3433
"command": "UnityFSim@Linux",
@@ -116,7 +115,6 @@
116115
},
117116
"external": {
118117
"default": {
119-
"run_type": "EXECUTABLE",
120118
"windows": {
121119
"command": "build/worker/UnityFSim@Windows/UnityFSim@Windows.exe",
122120
"arguments": [

0 commit comments

Comments
 (0)