Looking for full product documentation? Visit our Docs site →

Help Center

Quick reference and troubleshooting for Aura Hub.

🚀 Quick Start Guide

  1. Download the **Aura Hub** (Agent) and the **Unity Package**.
  2. Launch the Aura Hub executable on your machine.
  3. In Unity, go to **Assets > Import Package > Custom Package** and select the AuraAI package.
  4. Open the Aura window via **Window > Management > Aura AI**.

🧠 Project Awareness (RAG)

Aura Hub indexes your project in the background. To align Aura with your Game Design Document:

  • Ensure your GDD is in the project folder as a `.md` or `.pdf` file.
  • The background scanner will automatically detect and index it.
  • Ask Aura: "Is this combat system inline with my GDD?"

💳 Managing your Account

Aura Hub uses a frictionless licensing model. You managed everything directly from our portal or the Editor.

  • **View Usage**: Open the Aura AI window in Unity to see your remaining monthly prompts.
  • **Aura Refills**: If you hit your limit, you can purchase non-expiring universal packs ($5 for 250 prompts). These apply automatically once your monthly quota is hit.
  • **Update Billing/Cancel**: Click the **"Manage Subscription"** button inside the Aura Hub app or the Unity Editor. This will open your secure Stripe Customer Portal.

🔐 Authentication Flow

Aura uses Google OAuth via Supabase. Here's what happens when you sign in:

  1. The Hub opens a browser window to Google's OAuth consent screen.
  2. After you approve, Google redirects back to Supabase, which issues a JWT session token.
  3. The Hub receives this token and stores it locally. It is sent with every generation request so the server can verify your identity and check your quota.
  4. Tokens expire after 1 hour. The Hub refreshes them automatically in the background — you will not be asked to sign in again unless you explicitly sign out.

🛠️ Troubleshooting

  • Hub not connecting? Aura Hub picks a random available port at startup — it is not always 8000. The active port is written to %APPDATA%\AuraAI\port.txt (Windows) or ~/Library/Application Support/AuraAI/port.txt (macOS). The Unity and IDE plugins read this file automatically, so no manual configuration is needed. If the Hub is running but the plugin can't connect, check that this file exists and the port in it is not blocked by a firewall.
  • No code generation? Check your internet connection and verify your license key in the Hub's Settings tab. If your key shows as invalid, it may have been deactivated — check your email or resubscribe.
  • Credits showing zero? Monthly credits reset on your billing date. If you need more now, purchase a Refill Pack ($5 for 250 credits, never expires).