What problem does it solve?
Slow-performing Unity scenes due to high draw calls, unoptimized textures, or complex hierarchies can degrade user experience. This Skill analyzes your scenes to pinpoint performance bottlenecks and provides actionable recommendations, saving you hours of manual profiling.
Core Features & Use Cases
- Rendering Analysis: Identifies issues like excessive draw calls, poor batching, and unoptimized materials.
- Texture Optimization: Reviews compression, mipmap usage, and atlasing for efficient memory use.
- GameObject Hierarchy Review: Detects deep nesting and high GameObject counts, suggesting pooling and LOD groups.
- Use Case: A game developer notices their mobile game runs slowly in a particular level. They can use this Skill to analyze the scene, which might reveal too many real-time lights, uncompressed textures, and a deeply nested GameObject hierarchy. The Skill then suggests specific fixes like baking lights, using ASTC compression, and implementing object pooling.
Quick Start
Ask Claude to optimize your current Unity scene
"Analyze my current Unity scene for performance bottlenecks."
"What are the best practices for optimizing textures in Unity for mobile?"
"Suggest ways to reduce draw calls in my scene."