Skip to content
Sergei edited this page May 7, 2026 · 2 revisions

Setup

Integration steps

Use this order for a new integration:

  1. Install the Bridge package for your engine.
  2. Create or update playgama-bridge-config.json in the config editor.
  3. Wait for Bridge initialization before calling SDK APIs.
  4. Read platform.language and apply localization.
  5. Load saved progress with storage.get(...).
  6. Send platform.sendMessage('game_ready') when the first playable frame is ready.
  7. Add interstitial ads at natural pauses, such as level transitions or game over.

Installation

Release page

Download the required version of PlaygamaBridge.json from the GitHub release page.

Go to Project Manager Create or search for new extensions Import extension and select the downloaded file.

Config

Open the Playgama Bridge extension in the editor.

Select the onFirstSceneLoaded function. Configure SDK settings there: platform identifiers, in-game purchases, ad placements, and more. Use the config editor to create or update the configuration.

Initialization

Initialization starts automatically. Wait until it completes before running game logic that uses Bridge, such as reading player profile or storage data.

Clone this wiki locally