Godot SDK Integration Guide
This guide will walk you through integrating Endemic+ into your Godot game, enabling seamless marketplace integration and analytics tracking.
Installing the Godot SDK
- 1
Download SDK
Go to your Endemic+ dashboard and download the Godot SDK from here.
- 2
Add Plugin
In Godot, go to Project > Project Settings > Plugins and enable the Endemic+ plugin.
- 3
Configure Settings
Enter your Endemic+ API credentials in the plugin settings.
Setting Up Integration
- 1
Add Endemic+ Node
Add the Endemic+ node to your scene tree as an autoload singleton.
- 2
Link Assets
Use the Endemic+ plugin interface to link your game assets with marketplace items.
- 3
Implement Events
Add event tracking to your game using the provided GDScript API.