Unity · Arazzo Workflow
Unity Cloud Code Deploy and Run
Version 1.0.0
Create a JavaScript Cloud Code script, confirm it deployed, then execute it with parameters.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
cloudcode-deploy-and-run
Create a Cloud Code script, verify deployment, and execute it.
Creates a JavaScript script, reads it back to confirm deployment, then runs it with the supplied parameters.
1
createScript
createScript
Create a new JavaScript Cloud Code script with the supplied name and code.
2
getScript
getScript
Read the script back to confirm it deployed and to surface its active version.
3
runScript
runScript
Execute the script with the supplied parameters and capture its output.