UgsUserReporting
14 tools in this family (folder Editor/Tools/UgsUserReporting/ 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_user_reporting_add_attachment | writes | Attach an arbitrary file to the active report. Pass the file as base64-encoded bytes. Common uses: |
ugs_user_reporting_add_field | writes | Add a typed field to the active report. Fields show up in the dashboard as searchable / filterable |
ugs_user_reporting_apply_template | writes | Apply a pre-configured capture profile to the active report. Templates: CrashReport (severity= |
ugs_user_reporting_begin_report | writes | Start a new in-flight report. UGS only allows one report in flight at a time — this tool mirrors tha… |
ugs_user_reporting_capture_analytics_trail | writes | Attach the most recent N events from the ugs_analytics_* mock JSONL log as analytics_trail.json. |
ugs_user_reporting_capture_logs | writes | Attach the most recent N lines from the in-memory log buffer as log.txt. The bridge subscribes to |
ugs_user_reporting_capture_save_state | writes | Reflectively walk save_* / ugs_cloud_save_* and attach the current save snapshot as |
ugs_user_reporting_capture_screenshot | writes | Capture the current frame and attach as screenshot.png. Runs on the main thread (Unity |
ugs_user_reporting_capture_system_info | writes | Attach the full SystemInfo block to the report as searchable fields: os, os_family, device_model, |
ugs_user_reporting_export_setup | read-only | Export the complete user-reporting setup as a portable JSON document: identity (player_id, |
ugs_user_reporting_init | writes | Initialize UGS User Reporting. Verifies UGS Authentication is initialized and the player is signed |
ugs_user_reporting_setup_crash_handler | writes | Generate a CrashReportDetector MonoBehaviour that hooks Application.logMessageReceived, watches for |
ugs_user_reporting_setup_hotkey | writes | Generate ready-to-drop C# files for the hotkey-driven bug reporter UX: a BugReportDialog |
ugs_user_reporting_submit | writes | Submit the active report to Unity Cloud Diagnostics. Validates total bundle size <= 50 MB (default),… |