UgsRemoteConfig
14 tools in this family (folder Editor/Tools/UgsRemoteConfig/ 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_remote_config_check_min_version | read-only | Force-update check. Compare the current build version to the value stored under |
ugs_remote_config_export_setup | read-only | Export the complete cached snapshot (all keys + types + origins + values + assignment ids + active |
ugs_remote_config_fetch | writes | Fetch the latest config from the server. The client sends user_attributes (per-player — level, |
ugs_remote_config_get_active_experiments | read-only | Return every A/B experiment the local player is currently assigned to, with the variant id they |
ugs_remote_config_get_all | read-only | Return the full cached snapshot — every key with its type, origin, value and (optional) |
ugs_remote_config_get_origin | read-only | Return where a key's current value originated: Default (code-side fallback, no server value yet), |
ugs_remote_config_get_value | read-only | Read a single key from the cached config snapshot. Pass type=int/float/bool/string/json to coerce |
ugs_remote_config_get_variant | read-only | Return the variant id the local player landed in for a specific experiment. Branching the client |
ugs_remote_config_has_key | read-only | Check whether a key exists in the cached snapshot. Returns has=true when the snapshot contains the |
ugs_remote_config_init | writes | Initialize UGS Remote Config. Verifies UGS Authentication is initialized and the player is signed |
ugs_remote_config_is_feature_enabled | read-only | Feature flag check. Returns enabled=true when the boolean key is present and set to true. When the |
ugs_remote_config_is_kill_switched | read-only | Kill switch check. Returns killed=true when the boolean key is present AND set to true. When the |
ugs_remote_config_register_default | writes | Register a code-side default for a key. Used in offline mode + on first launch when no cached |
ugs_remote_config_setup_auto_refresh | writes | Generate ready-to-drop C# files for a project: a bootstrap MonoBehaviour (auth → init → fetch), an |