Setup

Installation

GDevelop IDE

Go to Project Manager Create or search for new extensions → Type Playgama Bridge in Search extensions field and install the extension.

Release page

Download the specific 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 Playgama Bridge extension in the editor.

Select onFirstSceneLoaded function. There you can set up various identifiers and in-game purchases.

You can see an explanation of the file structure here: Playgama Bridge Config.

Initialization

The initialization happens automatically, but be sure to wait until it's complete before starting any game logic, such as retrieving the player's profile or storage data.

Last updated