Quick Start Guide: TypeScript¶
Initialize SDK¶
Balancy is available on OpenUPM.
- Open Unity Package Manager (Window ► Package Manager).
- Click the "+" button.
- Select "Add package from git URL".
- Enter:
https://github.com/balancy-liveops/plugin_cpp_unity.git
Set up the project and Scene¶
-
Open config and authenticate: Tools ► Balancy ► Config:

-
Once authenticated, select your game and branch.
-
Add Balancy Prefabs by clicking on the buttons Create Balancy Launcher... and Add Balancy UI in the Scene. This will add the necessary components to your Scene.

-
Make sure there is an
Event Systemon the screne to catch clicks. If you don't have it - right click in the hierarchy: UI ► Event System. -
Launch scene and you should see the Balancy UI with active offers and events.

Next Steps¶
To learn more about Balancy methods and callbacks:
- Initialization Guide - Detailed initialization options
- Advanced Setup - Code Generation, advanced setup and configuration
- API Reference - Complete API documentation