B3 Unity SDK

Integrate your unity games into basement with the B3 Unity SDK, which lets you easily access all of the launcher functionalities from within unity as simple functions.

Features

  • Session management. The SDK automatically and seamlessly handles user authentication.

  • APIs as functions. Use all of the launcher APIs easily with support for both callback based AND async/await based calls.

  • Webhooks for WebGL.: Handles launcher client webhooks, and parses and propagates them to your own C# Code.

Installation and Usage

Head over to the GitHub repository, download the latest release and follow the instructions on GitHub to install the SDK to your Unity Project.

After installing the SDK and following the setup guide, you are gonna be able to easily call all the APIs as functions.

E.g

B3LauncherClient.TriggerRulesEngine(new B3LauncherClient.TriggerRulesEngineBody
{
    launcherJwt = B3Instance.Instance.SessionJWT ?? jwtInput.text,
    trigger = "open-tip-modal",
    otherWallet = otherWalletInput.text,
}, null

© 2025 Player1 Foundation

Discover B3 - the Based L3

© 2025 Player1 Foundation

Discover B3 - the Based L3

© 2025 Player1 Foundation

Discover B3 - the Based L3