Unity Performance
Analyzes Unity project performance metrics like frame rate, memory usage, and draw calls to identify optimization bottlenecks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add unity-performance npx -- -y @trustedskills/unity-performance
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"unity-performance": {
"command": "npx",
"args": [
"-y",
"@trustedskills/unity-performance"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to analyze and optimize Unity game performance directly within the development environment. It provides real-time insights into frame rates, memory usage, and rendering bottlenecks to help maintain smooth gameplay.
When to use it
- Diagnosing sudden drops in frames per second (FPS) during playtesting sessions.
- Identifying memory leaks or excessive garbage collection events causing stuttering.
- Optimizing complex scenes with high polygon counts or heavy shader usage.
- Preparing builds for deployment on hardware-constrained mobile devices.
Key capabilities
- Real-time performance monitoring and profiling.
- Detailed analysis of rendering pipelines and draw calls.
- Identification of CPU and GPU bottlenecks.
- Memory allocation tracking and leak detection.
Example prompts
- "Analyze the current Unity scene for performance bottlenecks affecting frame rate."
- "Profile this build to identify memory usage spikes during gameplay."
- "Optimize the rendering pipeline in this specific level to reduce draw calls."
Tips & gotchas
Ensure your Unity project has profiling tools enabled before running optimization tasks. This skill is most effective when used iteratively, testing changes immediately after applying performance fixes.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.