For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated