UgsCloudCode
14 tools in this family (folder Editor/Tools/UgsCloudCode/ 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 |
|---|---|---|
ugs_cloud_code_apply_template | writes | Generate a Cloud Code function from one of 8 opinionated templates and ALSO install a matching |
ugs_cloud_code_call_function | writes | Invoke a deployed Cloud Code MODULE FUNCTION — the modern lambda-style entry point. The function |
ugs_cloud_code_call_script | writes | Invoke a legacy Cloud Code SCRIPT (one function per upload, deprecated in favour of modules but |
ugs_cloud_code_export_setup | read-only | Export the complete Cloud Code setup as a portable JSON document: identity (player_id, |
ugs_cloud_code_generate_csharp_wrapper | writes | Generate a strongly-typed C# wrapper for one Cloud Code function. The emitted source declares |
ugs_cloud_code_generate_deploy_script | writes | Generate a bash deploy script that wraps ugs cloud-code modules deploy for one module. The |
ugs_cloud_code_generate_module_scaffold | writes | Generate a complete JS/TS Cloud Code module project under CloudCode/<module_name>/ — package.json, |
ugs_cloud_code_get_call_history | read-only | Return the tail of the Cloud Code call log — one entry per call_function / call_script / |
ugs_cloud_code_get_function_schema | read-only | Return the full record for one Cloud Code function — name, description, input JSON Schema, output |
ugs_cloud_code_init | writes | Initialize UGS Cloud Code. Verifies UGS Authentication is initialized and the player is signed in |
ugs_cloud_code_list_functions | read-only | List every function inside a Cloud Code module — name + description + (when known) input / output |
ugs_cloud_code_list_modules | read-only | List every Cloud Code module known to the runtime — pre-seeded demos (daily_rewards / admin_tools |
ugs_cloud_code_register_mock | writes | Register an in-Editor mock handler for a Cloud Code function. Useful when iterating on a function |
ugs_cloud_code_test_function_locally | writes | Force-run a Cloud Code function against the in-Editor mock dispatcher (bypassing the real SDK even |