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

Download the latest version of playgama_bridge.c3addon from the GitHub release page.

Go to MenuViewAddon Manager and click Install new addon.... Select the downloaded file and click Install in the popup window.

Open your project, right-click on the Object types folder, and select Add new object type. Choose Playgama Bridge and click Insert.

Setup

Set Use Worker to No in the project settings:

Config

Use the config editor to create or update playgama-bridge-config.json, then import it into the Files folder. This file stores SDK settings: platform identifiers, in-game purchases, ad placements, and more.

Clone this wiki locally