Skip to main content

GameBack Documentation

Everything you need to integrate GameBack into your game. From authentication to cloud code - we've got you covered.

Works with:
UnityUnreal EngineGodot
📖

Built by developers, for developers

Our documentation is designed to get you up and running quickly. Clean examples, comprehensive guides, and everything you need to integrate GameBack seamlessly into your game.

💡

Clear Examples

Copy-paste code examples for every feature

🎯

Step-by-Step Guides

Detailed tutorials from setup to deployment

Quick Reference

Find what you need fast with our API reference

// Initialize GameBack
const gameback = new GameBack({
  apiKey: "your-api-key",
  projectId: "your-project"
});

// Authenticate player
await gameback.auth.signIn({
  email: "player@example.com"
});

// Submit score
await gameback.leaderboards
  .submit("global", 1000);

Need Help?

Join our community of game developers