Skip to content

Commit 699a6bd

Browse files
Removing worker attributes. (#229)
1 parent 5ee323a commit 699a6bd

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

spatial/spatialos.json

Lines changed: 2 additions & 2 deletions
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-2",
4+
"sdk_version": "15.0.0-preview-4",
55
"dependencies": [
66
{
77
"name": "standard_library",
8-
"version": "15.0.0-preview-2"
8+
"version": "15.0.0-preview-4"
99
}
1010
]
1111
}

spatial/workers/improbable/spatialos.SimulatedPlayerCoordinator.worker.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
}
1919
]
2020
},
21-
"bridge": {
22-
"worker_attribute_set": {
23-
"attributes": [
24-
"SimulatedPlayerCoordinator"
25-
]
26-
}
27-
},
2821
"managed": {
2922
"linux": {
3023
"artifact_name": "[email protected]",

spatial/workers/unreal/spatialos.UnrealClient.worker.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,5 @@
1717
"steps": [{"name": "No-op", "command": "cmd", "arguments": ["/k echo No-op."]}]
1818
}
1919
]
20-
},
21-
"bridge": {
22-
"worker_attribute_set": {
23-
"attributes": [
24-
"UnrealClient"
25-
]
26-
}
2720
}
2821
}

spatial/workers/unreal/spatialos.UnrealWorker.worker.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
}
1919
]
2020
},
21-
"bridge": {
22-
"worker_attribute_set": {
23-
"attributes": [
24-
"UnrealWorker"
25-
]
26-
}
27-
},
2821
"managed": {
2922
"windows": {
3023
"artifact_name": "[email protected]",

0 commit comments

Comments
 (0)