Cloud
11 tools in this family (folder Editor/Tools/Cloud/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
cloud_build_list_projects | read-only | List your Unity Cloud Build projects (orgid/projectid pairs you have access to). |
cloud_build_status | read-only | Get status of a specific Cloud Build run (queued/started/success/failure). |
cloud_build_trigger | destructive | Trigger a Cloud Build for the given project + buildtarget. Returns the new build number. |
cloud_credit_balance | read-only | Buril Cloud — Reports remaining credit minutes, plan name, and refresh date. |
cloud_download_results | writes | Buril Cloud — Downloads the results.zip for a completed job and imports it into |
cloud_health_check | read-only | Buril Cloud — Pings the managed-cluster /health endpoint. |
cloud_job_cancel | writes | Buril Cloud — Cancels a queued or running job. The reserved credits are returned to your balance. |
cloud_job_status | read-only | Buril Cloud — Polls the status of a previously-submitted job. |
cloud_list_jobs | read-only | Buril Cloud — Lists recent jobs (most-recent first). |
cloud_set_credentials | writes | Buril Cloud — Stores the Buril Cloud API URL and API key in EditorPrefs (machine-local). |
cloud_submit_autoplay_job | writes | Buril Cloud — Packages the current Unity project into a zip and submits it as an autoplay job. |