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

Commit 27b4f9c

Browse files
author
Jamie Brynes
authored
fix sim players cloud depl (#228)
1 parent 103d80f commit 27b4f9c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

workers/unity/spatialos.SimulatedPlayerCoordinator.worker.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"arguments": [
4040
"+workerType",
4141
"SimulatedPlayerCoordinator",
42+
"+deploymentName",
43+
"${IMPROBABLE_DEPLOYMENT_NAME}",
4244
"-batchmode",
4345
"-nographics",
4446
"-logfile",
@@ -51,6 +53,8 @@
5153
"-n",
5254
"./build/worker/SimulatedPlayerCoordinator@Mac/[email protected]",
5355
"--args",
56+
"+deploymentName",
57+
"${IMPROBABLE_DEPLOYMENT_NAME}",
5458
"+workerType",
5559
"SimulatedPlayerCoordinator",
5660
"-batchmode",
@@ -74,6 +78,8 @@
7478
"${IMPROBABLE_RECEPTIONIST_HOST}",
7579
"+receptionistPort",
7680
"${IMPROBABLE_RECEPTIONIST_PORT}",
81+
"+deploymentName",
82+
"${IMPROBABLE_DEPLOYMENT_NAME}",
7783
"+linkProtocol",
7884
"Tcp",
7985
"-batchmode",
@@ -90,10 +96,14 @@
9096
"SimulatedPlayerCoordinator",
9197
"+workerId",
9298
"${IMPROBABLE_WORKER_ID}",
99+
"+projectName",
100+
"${IMPROBABLE_PROJECT_NAME}",
93101
"+receptionistHost",
94102
"${IMPROBABLE_RECEPTIONIST_HOST}",
95103
"+receptionistPort",
96104
"${IMPROBABLE_RECEPTIONIST_PORT}",
105+
"+deploymentName",
106+
"${IMPROBABLE_DEPLOYMENT_NAME}",
97107
"+linkProtocol",
98108
"Tcp",
99109
"-batchmode",
@@ -114,6 +124,8 @@
114124
"${IMPROBABLE_RECEPTIONIST_HOST}",
115125
"+receptionistPort",
116126
"${IMPROBABLE_RECEPTIONIST_PORT}",
127+
"+deploymentName",
128+
"${IMPROBABLE_DEPLOYMENT_NAME}",
117129
"+linkProtocol",
118130
"Tcp",
119131
"-batchmode",

0 commit comments

Comments
 (0)