Skip to content

Quick Start Guide: TypeScript

Initialize SDK

Balancy is available on OpenUPM.

  1. Open Unity Package Manager (Window ► Package Manager).
  2. Click the "+" button.
  3. Select "Add package from git URL".
  4. Enter: https://github.com/balancy-liveops/plugin_cpp_unity.git

Set up the project and Scene

  1. Open config and authenticate: Tools ► Balancy ► Config:

    Balancy Config

  2. Once authenticated, select your game and branch.

  3. 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.

    Balancy Config Balancy Config Balancy Config

  4. Make sure there is an Event System on the screne to catch clicks. If you don't have it - right click in the hierarchy: UI ► Event System.

  5. Launch scene and you should see the Balancy UI with active offers and events.

    Balancy UI

Next Steps

To learn more about Balancy methods and callbacks: