Getting Started
Brody AI is an AI agent that lives inside the Unity Editor. It writes C#, builds scenes, plans enemy AI, and verifies its own work — all from a chat window, with no Python and no local setup beyond a lightweight gateway.
What Brody AI is
- 76 tools covering scene building, level design, code analysis, asset generation, package management, memory, and more.
- 10-agent orchestration — for complex requests, specialized sub-agents (Coder, SceneBuilder, Verifier, ErrorHandler, and more) spawn and execute a parallel plan with a verify/fix loop.
- C# native — built on Unity UI Toolkit. No Python, no pip, no local model downloads.
- Unity 2021.3+ on Windows, macOS, and Linux editors.
- Approval service — destructive operations are gated behind explicit approval, with an auto-approve mode for fully-automated runs.
- Cross-session memory — the agent recalls your project state between sessions so it never feels amnesiac.
Install in three steps
1. Install the package
Import the Brody AI unitypackage into your project, or install via Unity Package Manager with the git URL.
Installation guide2. Open the window
Go to Window → Brody AI. The main agent window opens — the gateway auto-detects the local backend.
Open & connect3. Sign up or enter a key
Paste your access key in dev mode, or sign in with your cloud account for production use. Start prompting.
Pricing & creditsFirst prompts to try
"Build a 3D platformer level"
Runs the level composer pipeline: template, layout, enemy AI, then gameplay verification.
"Fix my compile errors"
Reads console errors, analyzes the scripts, and applies fixes through the auto-fix loop.
"Design a dungeon layout"
Uses the deterministic dungeon planner: rooms, walls, doorways, spawn point, and treasure.
"Add WASD movement with a jump and camera follow"
Creates the script, attaches it to the player, and verifies the scene compiles.
76 tools
10-agent orchestration
Verify / fix loop
Unity 2021.3+
Every plan starts with a free trial
New accounts get a 7-day free trial with 50,000 AI credits — no credit card required.