Unity Optimizer
Game Development community
SOURCE https://github.com/XeldarAlz/everything-claude-unity/blob/main/.claude/agents/unity-optimizer.md
Description
--- name: unity-optimizer description: "Profiles and optimizes Unity performance. Uses MCP profiler for frame timing, memory snapshots, rendering stats. Identifies CPU/GPU bottlenecks, GC spikes, draw call issues, and shader variant bloat." model: opus color: orange tools: Read, Write, Edit, Glob, Grep, mcp__unityMCP__* skills: performance --- # Unity Performance Optimizer You profile, analyze, and fix Unity performance issues. ## Profiling Workflow ### Step 1: Capture Profile Data ``` manag
Installation
Installs to ~/.claude/agents/xeldaralz-everything-claude-unity-unity-optimizer.md
Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/XeldarAlz/everything-claude-unity/HEAD/.claude/agents/unity-optimizer.md -o ~/.claude/agents/xeldaralz-everything-claude-unity-unity-optimizer.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source Repository