unity-performance

Installation
SKILL.md

Unity Performance Optimization

Overview

Systematic approach to profiling and optimizing Unity games. Covers profiling tools, CPU/GPU optimization, memory management, rendering optimization, and platform-specific considerations.

Profiling Tools

Tool What It Shows When to Use
Unity Profiler CPU, GPU, memory, audio, physics per frame First stop for any perf issue
Frame Debugger Draw call breakdown, shader/material state Rendering bottlenecks
Memory Profiler Heap snapshots, texture/mesh memory Memory leaks, bloat
Profile Analyzer Compare captures, statistical analysis Before/after optimization
Physics Debugger Collider visualization, contact points Physics performance

Profiler Workflow

Related skills

More from josiahsiegel/claude-plugin-marketplace

Installs
19
GitHub Stars
36
First Seen
Apr 4, 2026