Skip to main content
The Godot adapter (musterbox-godot, addon musterbox) is a GDExtension implemented in Rust. Min Godot version 4.2.

Install

Copy the packaged addon into your project and enable it in Project > Project Settings > Plugins:
The extension builds for desktop (macOS, Linux, Windows), Android, and iOS.

Initialize

Authenticate and open a session

Events and updates

Threaded purchase bridge

The Godot adapter drives PIN mint/verify from std::thread workers. The PurchaseClient blocking variants are expressly designed to be safe from engine worker threads:
Blocking variants must not be called from inside another async runtime context (e.g. a Tokio worker in a Rust plugin).

Support matrix

Next: Unreal Engine.
Last modified on September 10, 2026