Getting Started

Get Aura Hub running on your machine and make your first AI-assisted prompt in under five minutes.

Installation

Download the Aura Hub installer for your platform from the links below. The Hub is a background application — it runs silently and powers all editor plugins through a local API.

🪟 Download for Windows 🍎 Download for macOS
Tip: Aura Hub installs editor plugins automatically on first launch. You do not need to visit any marketplace or install anything separately.
  1. Run the installer and follow the prompts.
  2. Launch Aura Hub — it will appear in your system tray.
  3. Sign in with Google when prompted to activate your license.
  4. Open Unity, VS Code, Visual Studio, or Rider — the plugin will load automatically.

Your First Prompt

Once the Hub is running and your editor plugin is loaded, look for the Aura panel or sidebar in your editor. Type a question about your code — for example:

Why is my EnemyController patrol radius not matching my GDD spec?

Aura will cross-reference any indexed GDD files and your current open file to give you a grounded, context-aware answer.

Note: High-Reasoning mode is available on Pro, Power, and Studio plans. It uses a more powerful Gemini model and costs 1 credit (same as standard), but takes slightly longer.

License Keys

After purchasing a paid plan, your license key is:

Enter your key in Aura Hub → Settings → License Key. The Hub validates it against your subscription and activates your credits.

Warning: License keys are tied to your Google account. Do not share your key — if you believe it has been compromised, contact security@aurainc.co.

Unity Integration

Installing the Plugin

The Unity plugin is a .unitypackage file that is installed automatically by Aura Hub on first launch. If you need to install it manually:

  1. Download AuraAI.unitypackage.
  2. In Unity: Assets → Import Package → Custom Package…
  3. Select the downloaded file and click Import.
  4. An Aura menu item will appear in the Unity menu bar.
Compatibility: The plugin is compatible with Unity 2020.3 LTS and newer. It does not require a specific Unity subscription tier.

The Aura Panel

Open the Aura panel via Aura → Open Panel in the Unity menu bar. The panel docks like any native Unity window. From here you can:

GDD Indexing

To give Aura awareness of your game design document:

  1. In Aura Hub → Settings, click Add GDD.
  2. Select your GDD file (PDF, DOCX, or plain text supported).
  3. Aura Hub indexes the document. This takes a few seconds.
  4. Future prompts will automatically reference your GDD context.

Free plans support 1 GDD. Pro, Power, and Studio plans support unlimited GDDs.

IDE Extensions

Aura Hub auto-installs IDE plugins when it detects a supported editor. All plugins communicate with the local Hub API and require no separate authentication.

VS Code

The VS Code extension is installed automatically via the code --install-extension CLI. After Hub launch, open VS Code and look for the Aura icon in the Activity Bar (left sidebar).

Features: inline suggestions, sidebar chat, GDD context, credit display.

Note: Requires VS Code 1.75 or newer. The extension uses the VS Code Extension API and does not require marketplace access to install.

Visual Studio

The Visual Studio extension (.vsix) is installed automatically using VSIXInstaller.exe, which ships with Visual Studio. Supports Visual Studio 2022 and newer.

Features: toolbar button for inline prompts, output pane responses, completion suggestions.

JetBrains Rider

The Rider plugin is installed by dropping the plugin ZIP into Rider's plugin directory. Aura Hub handles this automatically and prompts Rider to reload plugins.

Features: tool window panel, inline prompt action, GDD-aware completions.

Account & Billing

How Credits Work

Each AI prompt costs 1 credit. Credits are deducted after a successful response is returned.

Plans & Upgrades

To upgrade your plan, visit the Pricing page and select a new tier. Your existing Refill Pack credits carry over.

Billing Portal

Manage your subscription, update payment methods, or cancel via the Stripe billing portal. Access it from:

Team Features

Team features are available on the Studio plan ($149/mo, up to 5 members).

Studio Setup

After purchasing Studio, a team is created automatically and you are the owner. Your license key activates Studio features in Aura Hub.

Inviting Members

  1. Open Aura Hub → Settings → Team Members.
  2. Click Invite Member and enter their email address.
  3. They receive an invitation email with a link to accept.
  4. Once accepted, they can sign in with their Google account and the Studio features activate.
Note: Invited members consume from the shared Studio credit pool. The owner can view per-member usage in the Team Members tab.

Usage Reports

In Aura Hub → Settings → Team Members, the owner sees a table of all members with:

Security & Privacy

Data Handling

Key commitment: Your code is never sent to a third party for training. Gemini API calls are proxied server-side — your data and our API key never touch user machines simultaneously.

When you submit a prompt:

  1. Your prompt and any attached code context is sent over TLS to our Vercel API.
  2. Our server validates your JWT and credit balance.
  3. The prompt is forwarded to Google Gemini under our API key (your key is never exposed).
  4. The response is returned to Hub and displayed in your editor.
  5. No prompt data is stored beyond the duration of the request.

Local-First Design

Aura Hub runs entirely on your machine. It communicates with our API only when you send a prompt. Your GDD files and project structure are stored locally and only sent as part of prompt context when you explicitly ask a question.

For the full security picture, see our Security page.

Troubleshooting

Hub Not Connecting

If your editor plugin shows "Cannot connect to Aura Hub":

Plugin Not Loading

If an editor plugin was not auto-installed:

Credits Not Updating

If your credit balance does not reflect a recent purchase: