Quick Start
This page guides you through a complete cycle in 5 minutes: open window, login, ask questions, execute tools, verify results.
Step 1: Open Window#
Use menu GameBooom/Toggle Window, or press Cmd/Ctrl + G.
Main interface top includes:
- Model dropdown
Plan: OFF/ONtoggle+new sessionChatssession listFix Errorsone-click error fixSettingssettings entry
Step 2: Login#
When not logged in, login page appears. After clicking login:
- Browser opens GameBooom login page
- Returns to Unity after successful login
- Main window refreshes account, subscription and balance info
Step 3: Send First Task#
Recommended safe tasks to try:
Read current scene info and tell me what's currently selected.
Search for all scripts or objects named Player in the project.
Create a test scene named AITestScene.
Step 4: Understand Interface Feedback#
GameBooom not only returns text but also shows execution process:
Thinking...: Model is streaming generationExecuting...: Executing Unity tools- Tool result cards: Show success/failure of each tool call
CTX: Context usage of this session- Token stats: Input, output and total for each request
Step 5: Try a Real Operation#
For example:
Create a Canvas in current scene with title text "GameBooom Demo" and a start button.
After completion you'll usually see:
- New UI objects appear in Hierarchy
- Tool result card shows creation success
- AI gives brief summary
Step 6: Try a Multi-step Task#
Switch top to Plan: ON, then enter:
Create a simple third-person test scene with ground, player, camera, lighting and 5 targets.
Plan mode generates steps first, then executes step by step, showing plan progress in the window.