Skip to main content

CloudSaveSync

7 tools in this family (folder Editor/Tools/CloudSaveSync/ 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.

ToolEffectDescription
cloudsave_export_pcstore_cloud_xmlwritesExport the spec as a Steamworks Cloud depot XML snippet (auto-cloud root override +
cloudsave_force_sync_allwritesEditor-only sanity check: invoke CloudSaveManager.UploadAsync + DownloadAsync against
cloudsave_generate_codewritesEmit CloudSaveManager.cs, CloudSaveAdapters.cs (Steam/iCloud/GooglePlay/Xbox/CustomHttp via
cloudsave_propose_from_promptread-onlyBuild a CloudSaveSpec skeleton from a natural-language brief (target platforms,
cloudsave_simulate_conflictread-onlyRun a deterministic conflict scenario against the spec's conflict_resolution policy.
cloudsave_simulate_quota_overflowread-onlyCheck whether a payload of payload_bytes would exceed the spec's quota_bytes.
cloudsave_validate_specread-onlyValidate a CloudSaveSpec. Returns { ok, errors[] }. cloudsave_generate_code,