Unity Mobile — Xsolla SDK 3 Integration Video
A step-by-step video walkthrough for Unity developers integrating the Xsolla SDK into a mobile (iOS/Android) game. Built on the Unity 2D Game Kit demo, it implements a buy-full-health impulse purchase and routes checkout through Pay Station in an external browser — the compliant path for U.S. iOS and Google Play following the 2025 court rulings.
The video covers the four stages of a complete integration:
- Authenticate — initialize the SDK with your Project ID and Login ID using client-side Device ID auth.
- Load Catalog — register product SKUs with Unity IAP and pull the catalog from Xsolla's backend.
- Purchase Product — call
InitiatePurchase, handing off to Pay Station in the mobile browser. - Finalize Purchase — run client-side validation in
ProcessPurchaseand grant the item on success.