Setup
Installation

Download the latest version of playgama_bridge.c3addon
from the GitHub release page.
Go to Menu
→ View
→ Addon 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
toNo
in the project settings:

Uncheck the checkbox
Load SDK from CDN
:

Download the
playgama-bridge.js
file of the same version as the plugin from the GitHub release page. Import it into theScripts
folder. Select it and setPurpose = Main script
:

Config

Download the playgama-bridge-config.json
file from the GitHub release page. Import it into the Files
folder. There you can set up various identifiers and in-game purchases.
You can see an explanation of the file structure here: Playgama Bridge Config.

When updating the plugin, do not forget to update the playgama-bridge.js & playgama-bridge-config.json files to the same version.
Last updated