Guide

Unity Support Kit and Screenshots

Support Kit is a drop-in uGUI panel for Feedback, Bug, and Support. It includes an optional screenshot on bugs via multipart upload. Product page: https://formsig.com/unity

Official site formsig.com: features, pricing, docs, playground, llms.txt.

Get started free Unity SDK page

Import and open the scene

Package Manager → FormSig SDK → Samples → Support Kit → Import.

Open FormSigSupportKit.unity under Assets/Samples/FormSig SDK/…/Support Kit/. Press Play — the panel opens (toggle with F8 by default).

Ensure Window → FormSig → Setup already has Player Feedback, Bug Reports, and Support rows with your Form IDs.

Screenshot uploads

On the Bug tab, leave Attach screenshot enabled (or set BugReportOptions.IncludeScreenshot = true in code).

Your Bug Reports form must include a file field labeled exactly Screenshot. The Games kit template adds this for you.

Uploads use the same plan limits as web multipart forms (per-file size and account storage).

Discord or Slack

In the Formsig dashboard, open your bug form → set an HTTPS webhook URL to a Discord or Slack incoming webhook (Starter+).

No Unity changes are required — Formsig forwards new submissions after they land in the inbox.

Webhook templates: https://formsig.com/docs/webhooks

Frequently asked questions

Can I restyle the Support Kit UI?

Yes. The sample builds a simple uGUI panel at runtime. Copy the submit calls into your own pause menu or UI Toolkit layout.

Screenshot capture failed?

Capture runs at end of frame in Play Mode on the main thread. Ensure the game view is active and your form accepts image/png on the Screenshot field.

Related guides

Next steps

Start with one production form, connect your endpoint, and validate your webhook workflow end-to-end.

Get started free