WorldLabs
18 tools in this family (folder Editor/Tools/WorldLabs/ 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 |
|---|---|---|
world_labs_cancel_job | writes | Cancel a queued or running Marble job. Returns the job with |
world_labs_clear_api_key | destructive | Wipe the stored Marble API key from EditorPrefs. DESTRUCTIVE and irreversible: the key is not |
world_labs_download_glb | writes | Download the .glb fallback mesh of a completed Marble job into |
world_labs_download_spz | writes | Download the .spz (Gaussian-splat) output of a completed Marble |
world_labs_download_thumbnail | writes | Download the preview thumbnail (PNG) of a completed Marble job |
world_labs_emit_batch_generation | writes | Generate an Editor-only static class that submits N prompts to |
world_labs_emit_onboarding_wizard | writes | Generate a three-step EditorWindow wizard (key → credits → first |
world_labs_emit_polling_handler | writes | Generate a MonoBehaviour that polls a Marble job until done and |
world_labs_estimate_cost | read-only | Predict the credit cost for a given scene_size and (optional) |
world_labs_export_setup | read-only | Report the world_labs_* configuration surface: API root, key |
world_labs_generate_from_image | writes | Create a Marble generation job from a local reference image. |
world_labs_generate_from_prompt | writes | Create a Marble generation job from a text prompt. Returns the |
world_labs_get_account_info | read-only | Fetch credits remaining + plan + monthly quota from |
world_labs_get_job_status | read-only | Get the live status (queued / running / completed / failed / |
world_labs_init | read-only | Initialize the world_labs_* family. Verifies Newtonsoft.Json + |
world_labs_list_recent_jobs | read-only | List the most recent Marble jobs (latest first) seen locally — |
world_labs_set_api_key | writes | Persist a Marble API key in EditorPrefs (XOR + per-machine salt). |
world_labs_upload_reference_image | writes | Upload a reference image (PNG / JPG / WebP) to Marble's reference |