You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runUnityCommand("PauseSpawning"); -> Pause spawning of cubes
174
-
runUnityCommand("ResumeSpawning"); -> Resume spawning of cubes
179
+
### ObjectSpawnerCommands
180
+
```javascript
175
181
runUnityCommand("AddSpawner"); -> Add a spawner
182
+
runUnityCommand("PauseSpawning"); -> Pause spawning of cubes
176
183
runUnityCommand("RemoveSpawner"); -> Remove a spawner
184
+
runUnityCommand("ResumeSpawning"); -> Resume spawning of cubes
185
+
```
177
186
178
-
---WebBridge---
187
+
### WebBridge
188
+
```javascript
179
189
runUnityCommand("Help"); -> Log all available commands
180
190
```
181
191
192
+
182
193
## Github Build Actions
183
194
184
195
This repository supports continuous Integration through [game.ci](https://game.ci/). There are scripts for creating a unity license, building the project and upgrading the project.
0 commit comments