Skip to main content

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.

ToolEffectDescription
ugs_user_reporting_add_attachmentwritesAttach an arbitrary file to the active report. Pass the file as base64-encoded bytes. Common uses:
ugs_user_reporting_add_fieldwritesAdd a typed field to the active report. Fields show up in the dashboard as searchable / filterable
ugs_user_reporting_apply_templatewritesApply a pre-configured capture profile to the active report. Templates: CrashReport (severity=
ugs_user_reporting_begin_reportwritesStart a new in-flight report. UGS only allows one report in flight at a time — this tool mirrors tha…
ugs_user_reporting_capture_analytics_trailwritesAttach the most recent N events from the ugs_analytics_* mock JSONL log as analytics_trail.json.
ugs_user_reporting_capture_logswritesAttach the most recent N lines from the in-memory log buffer as log.txt. The bridge subscribes to
ugs_user_reporting_capture_save_statewritesReflectively walk save_* / ugs_cloud_save_* and attach the current save snapshot as
ugs_user_reporting_capture_screenshotwritesCapture the current frame and attach as screenshot.png. Runs on the main thread (Unity
ugs_user_reporting_capture_system_infowritesAttach the full SystemInfo block to the report as searchable fields: os, os_family, device_model,
ugs_user_reporting_export_setupread-onlyExport the complete user-reporting setup as a portable JSON document: identity (player_id,
ugs_user_reporting_initwritesInitialize UGS User Reporting. Verifies UGS Authentication is initialized and the player is signed
ugs_user_reporting_setup_crash_handlerwritesGenerate a CrashReportDetector MonoBehaviour that hooks Application.logMessageReceived, watches for
ugs_user_reporting_setup_hotkeywritesGenerate ready-to-drop C# files for the hotkey-driven bug reporter UX: a BugReportDialog
ugs_user_reporting_submitwritesSubmit the active report to Unity Cloud Diagnostics. Validates total bundle size <= 50 MB (default),…