📥 Installation & Setup
Brody AI is a professional Unity Editor extension. Follow these instructions to get your “Developing Homie” set up inside your project.
🛒 Step 1: Secure Your Copy
Brody AI can be purchased via the Unity Asset Store.
- Complete your purchase on the Asset Store.
- Ensure you are logged into the same Unity Hub account you used for the purchase.
📦 Step 2: Import into Unity
- Open your target Unity Project (Unity 2021.3 LTS or newer recommended).
- Go to Window > Package Manager.
- Change the registry filter to My Assets.
- Find Brody AI and click Download, then Import.
- Ensure all files in the package (under
Assets/Brody AI) are checked and click Import.
🛠️ Step 3: Initialization
Once imported, Brody AI will initialize.
- If the welcome panel doesn’t open automatically, launch it from the menu bar: Tools > Brody AI > Welcome 👋
- Click on Setup API Keys to configure a provider brain (cloud API keys or local Ollama).
- Brody AI will automatically perform a lightweight scan of your project files in the background to build its local index.
⚙️ Requirements & Compatibility
- Operating System: Windows / macOS / Linux
- Unity Editor: 2021.3+ LTS, 2022.3+ LTS, 6000+ (Unity 6)
- Dependencies: Requires internet access to connect to cloud models, or a running local Ollama instance (
localhost:11434) for offline mode.