Getting Started

Installation

Prerequisites#

  • Unity 2022.3 or higher
  • Dependency: com.unity.nuget.newtonsoft-json
  • Access to GameBooom login page and ability to complete login

Method 1: Install via Git URL

This is the most direct method for most users. In Unity Package Manager, select:

Add package from git URL...

Then enter this address:

https://github.com/GameBooom/GameBooom-Unity-Plugin.git

This installs the latest version by default, no need to specify version number.

Method 2: Import Release Package

If you have a .unitypackage or other distribution package, import it accordingly. The update reminder feature still works after import.

What You Should See After Installation#

After import, Unity menu should show:

  • GameBooom/Toggle Window
  • GameBooom/Settings
  • GameBooom/MCP Server
  • GameBooom/Welcome Guide

If menu doesn't appear, check:

  • Whether plugin is correctly imported in Editor assembly
  • Whether Newtonsoft.Json is installed
  • Whether Console has compilation errors

First Launch#

  1. Open GameBooom/Toggle Window
  2. Click login button
  3. Browser opens GameBooom login page
  4. After login, browser callbacks to local 127.0.0.1:58888
  5. Unity window refreshes to logged-in state

Login Method#

GameBooom uses browser for login:

  • Browser automatically opens after clicking login
  • Automatically returns to Unity after login
  • Login state is automatically saved
  • Attempts auto-renewal when expired

Benefits:

  • No complex auth UI in editor
  • Account and subscription states refresh independently
  • Smoother usage experience