What problem does it solve?
Unity projects often suffer from bloated textures, heavy meshes, and scattered scene data that degrade runtime performance and inflate build sizes. This Skill provides a structured set of optimization utilities to reduce memory usage and improve frame rates by targeting textures, meshes, materials, and scene configurations.
Core Features & Use Cases
- Optimize textures (resize, compression, crunch) to reduce memory footprint and improve GPU performance.
- Analyze scenes for high-poly assets, excessive materials, and suboptimal LOD setups, then apply targeted optimizations.
- Batch apply mesh and asset optimizations with guardrails to preserve visual fidelity and prevent unsafe changes.
- Real-world use: mobile and desktop Unity projects can reach higher FPS and smoother loading by systematically applying texture and LOD optimizations.
Quick Start
Run the optimization workflow on your Unity project to automatically identify and apply texture, mesh, and scene performance improvements.