What problem does it solve?
This Skill helps prevent common mobile performance problems—slow frame rates, high battery drain, texture/memory overuse, and poor touch/UI usability—by providing practical optimization targets and implementation guidelines.
Core Features & Use Cases
- GPU-first rendering guidance: tile-based rendering considerations, overdraw reduction, and shader complexity limits to improve real-world smoothness on mobile GPUs.
- Performance and asset budgets: concrete draw call, triangle, memory, and build-size targets to keep games within device constraints.
- Practical implementation for mobile UX: touch input handling expectations, safe area application for notches/rounded corners, and audio/texture compression recommendations (ASTC, Vorbis, ADPCM).
- Thermal throttling strategies: adaptive quality downscaling logic to maintain playability during sustained heat.
What problem does it solve?
It provides a checklist for optimizing Unity mobile games for performance, memory, build size, and usability under typical App Store/device constraints.
Quick Start
Apply the mobile optimization budgets and compression recommendations in this Skill to your Unity project, then validate draw calls, texture formats (ASTC), safe-area UI behavior, and thermal downscaling behavior on both low-end and mid-range test devices.