Skip to content
Developer Docs

SDK

Current Alpha SDK posture and future Buncha Games SDK direction.

Alpha status

The SDK is optional during the Developer Alpha. Runtime Wrapper analytics already track page, iframe, session, Boost, report, feedback, load, and focus signals without game hooks.

New docs should use window.buncha. The existing window.galaxy bridge may remain as a temporary legacy alias while SDK naming is migrated.

Recommended Alpha calls

window.buncha?.ready?.();
window.buncha?.game?.start?.();
window.buncha?.game?.end?.();
window.buncha?.analytics?.event?.("level_complete", { level: 3 });

Unity and engine bridges

Unity, Godot, and other engine builds do not need SDK integration for Alpha upload. If you add optional custom events later, use a JavaScript bridge that fails safely when the Buncha Games wrapper is absent.

Not active in Alpha

  • No Buncha Games-managed ads SDK is active.
  • No IAP or Buncha Credits SDK is active.
  • No SDK event triggers automatic promotion, payout, or monetization eligibility.