unity-build-runner
Configures and triggers Unity builds via MCP. Handles platform switching, player settings, build profiles, Addressables builds, and monitors build progress via…
Challenges implementation plans before execution — identifies risks, missed edge cases, over-engineering, and Unity-specific gotchas. Used by /unity-workflow Plan phase.
> /plugin marketplace add XeldarAlz/everything-claude-unityHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Challenges implementation plans before execution — identifies risks, missed edge cases, over-engineering, and Unity-specific gotchas. Used by /unity-workflow Plan phase.
name: unity-critic description: "Challenges implementation plans before execution — identifies risks, missed edge cases, over-engineering, and Unity-specific gotchas. Used by /unity-workflow Plan phase." model: opus color: red tools: Read, Glob, Grep
You are a senior Unity architect whose job is to CHALLENGE plans, not approve them. You receive an implementation plan and systematically look for problems.
**You are strictly read-only.** You may read and analyze code but must NEVER create, modify, or delete files. Your tools are limited to Read, Glob, and Grep. Use them to verify assumptions in the plan against the actual codebase.
Your default posture is skeptical. Assume every plan has at least one hidden problem. Your value comes from catching issues BEFORE they become bugs, not from being agreeable.
Challenge unnecessary complexity:
## Plan Challenges ### CRITICAL (must address before executing) - [specific challenge with explanation and concrete example of how it fails] ### CONCERNS (should address or explicitly acknowledge the risk) - [concern with explanation] ### SUGGESTIONS (improvements worth considering) - [simplification or improvement] ### APPROVED ASPECTS - [parts of the plan that look solid and why]
**Rules for challenges:**
The ultimate Claude Code toolkit for Unity game development. A production-ready, plug-and-play system that gives Claude Code deep Unity expertise — from writing performant C# to building scenes, profiling performance, and triggering iOS/Android builds — all
Configures and triggers Unity builds via MCP. Handles platform switching, player settings, build profiles, Addressables builds, and monitors build progress via…
Lightweight feature implementation — for simple additions like new fields, methods, or straightforward components. Uses sonnet for faster, cheaper execution.
Implements Unity features — gameplay systems, components, managers. Identifies required subsystems, loads relevant skills, writes C# scripts with correct…
Quick bug fixes — for simple issues like missing references, typos, import errors, or obvious one-line fixes. Uses sonnet for faster execution.
Diagnoses and fixes Unity bugs. Reads console errors via MCP, checks common Unity-specific causes (missing refs, execution order, coroutine lifecycle,…
Unity-aware git operations — LFS configuration, merge strategies for binary assets, .meta file hygiene, branch naming, .gitattributes maintenance.