> For the complete documentation index, see [llms.txt](https://docs.arcadiagames.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcadiagames.io/developers/arcadia-dev-portal-overview/unity.md).

# Unity

**Unity Integration Guide**

Unity-based developers can follow the same 3-step process for seamless Arcadia integration.

* **Step 1**: Launch your Unity game using a URL with the required parameters for participants, pot size, token, and webhook.
* **Step 2**: Capture URL parameters inside Unity using UnityWebRequest or similar tools to process the incoming match setup.
* **Step 3**: Post-match, send the game outcome to Arcadia’s webhook for verification and reward distribution.

This setup gives your Unity game full multiplayer and play-for-stakes capabilities.

Development section is in staging right now, will move to production in the coming period.
