Getting Started
Installation
Prerequisites#
- Unity
2022.3or higher - Dependency:
com.unity.nuget.newtonsoft-json - Access to GameBooom login page and ability to complete login
Recommended Installation Methods#
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 WindowGameBooom/SettingsGameBooom/MCP ServerGameBooom/Welcome Guide
If menu doesn't appear, check:
- Whether plugin is correctly imported in
Editorassembly - Whether
Newtonsoft.Jsonis installed - Whether Console has compilation errors
First Launch#
- Open
GameBooom/Toggle Window - Click login button
- Browser opens GameBooom login page
- After login, browser callbacks to local
127.0.0.1:58888 - 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