unity-optimization

Optimize Unity project textures, meshes, and assets for runtime performance.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-optimization-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-optimization
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/optimization
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-optimization-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project optimization of Unity assets to improve game performance and reduce load times.

Core Features & Use Cases

  • Texture optimization: adjust maxSize, compression, crunch.
  • Mesh optimization: configure mesh compression and LOD-related hints.
  • Performance evaluation: run quick checks and report affected assets.

Quick Start

Run an optimization pass to minimize texture sizes and compress meshes for the current Unity project, then review the report generated.

Frequently Asked Questions about unity-optimization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize Unity assets to improve game performance and reduce load times?

To optimize Unity assets, you can adjust texture maxSize, apply compression or crunch, configure mesh compression, and set up LOD levels to reduce runtime overhead and improve load times.

What is the best way to reduce texture sizes and compress meshes in a Unity project?

The best way to reduce texture sizes and compress meshes is running a dedicated optimization pass that adjusts maxSize, applies crunch compression, and configures mesh compression across affected assets.

Can I analyze a Unity scene to identify which assets are impacting performance?

Yes, you can analyze a Unity scene to identify performance-impacting assets by running quick checks that report affected resources and generate a list of modified assets for review.

Does Unity asset optimization work for projects targeting multiple platforms?

Yes, Unity asset optimization supports tuning asset quality across scenes and platforms, allowing you to adjust textures, meshes, and static flags to suit different runtime environments.

When do I need to set static flags and LOD hints for meshes in Unity?

You need to set static flags and LOD hints for meshes when optimizing a Unity project to boost runtime performance, as these configurations help the engine cull and render assets more efficiently.