Aether vs Sentry Spotlight + Seer
Purpose-built Unity debugging vs general-purpose error monitoring
| Category | Aether | Sentry Spotlight + Seer |
|---|---|---|
| MCP Tools | 20 purpose-built debugging tools | 4 data retrieval tools (search_errors, search_logs, search_traces, get_traces) |
| Game State Format | GTML — structured format designed for LLMs to understand GameObjects, scenes, components | Raw OpenTelemetry spans and events — no game-engine awareness |
| Debugging Workflow | Two-run debugging (recon → instrument → window), capsules, proof clips | Error search + root cause analysis |
| Visual Analysis | VLM-powered frame inspection — AI watches gameplay | No visual analysis |
| Fix Verification | Automated before/after comparison with metrics | No automated fix verification |
| Architecture | Local Rust bridge — data never leaves your machine | Spotlight is local, but Seer requires Sentry cloud |
| SDK Integration | Minimal Unity SDK — purpose-built, no vendor lock-in | Requires Sentry SDK in your application |
| Pricing | Free tier + $19/mo Pro (flat) | Free for Spotlight only; Seer needs Team ($26/mo) + per-event overages |
| Target Audience | Unity developers using AI coding assistants | General web/backend developers |
| Unique Features | Capsules (shareable diagnosis bundles), proof clips (video evidence), runtime probes | Session replay, distributed tracing, performance monitoring |
Why Aether for Unity?
Sentry is excellent for web and backend production monitoring, but it does not understand Unity's runtime. Its OpenTelemetry-based approach treats your game like any other distributed system — spans, traces, and events without awareness of GameObjects, components, or scene hierarchy.
Aether's GTML format means your AI assistant actually understands GameObjects, components, and scene hierarchy. When you ask "What's the state of my player?", the AI gets structured data it can reason about, not raw telemetry.
20 debugging tools vs 4 means deeper AI integration for more complex debugging workflows. Aether supports two-run debugging (recon, instrument, window), runtime probes, capsules, and proof clips — workflows that require purpose-built tooling.
Local-first architecture is critical for game studios working on unreleased titles. With Aether, your data never leaves your machine. Seer requires Sentry cloud, which may not be acceptable for confidential projects.