Getting Started

Tebex is the easiest platform for adding payments to your Unity game. Connect a store and add payments with our low-code solution for both desktop and mobile games.

GitHub repository: https://github.com/tebexio/Tebex-Unityarrow-up-right

Tebex for Unity includes several drop-in features that make monetizing your game fast and easy.

  • Store Browser is a customizable, canvas-based UI helper that renders your store in-game using Unity's responsive Layout system.

  • In-Game Cart allows you to build, manage, and and render a branded cart of products for each user

    • Generate checkout QR codes as Unity Texture2D

  • Deliverables apply actions that run when a purchase is completed. Unlock items, scenes, etc. with no backend required.

Tebex SDK for Unity

We also provide complete a complete SDK of C# mappings for:

  • Headless API (package info retrieval, basket creation)

  • Plugin API (apply deliverables on a server with commands)

As well as associated helper functions that make integration simpler.

No additional dependencies are required. You are free to use whichever portions of the SDK that are relevant for your game.

Last updated