unity-optimization

Analyze Unity scenes and assets, then apply compression and configuration changes.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-optimization-dycuong03
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-optimization
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/unity-skills/skills/optimization
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-optimization-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reduce Unity build size and improve runtime performance by identifying heavy or redundant assets and by applying safe import and scene-configuration optimizations.

Core Features & Use Cases

  • Scene and asset analysis: Detect high-poly meshes, excessive material slot counts, large assets by size, duplicate materials, and transparent overdraw hot spots to prioritize what to optimize first.
  • Batch compression & import settings: Apply texture, mesh, and audio compression settings (including Crunch for textures and format-specific audio compression).
  • Scene configuration for rendering efficiency: Set static flags, configure LOD groups, and retrieve existing static flag states to support batching and draw-call reduction workflows.

Quick Start

Ask your agent to optimize your Unity project assets by running optimization analysis and returning the top issues for textures, meshes, audio, and overdraw.

Frequently Asked Questions about unity-optimization

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

FAQPage Schema
How do I reduce Unity build size and improve runtime performance?▼

To reduce Unity build size and improve runtime performance, analyze scenes to detect high-poly meshes and large assets, then apply targeted texture, mesh, and audio compression to minimize footprint and bottlenecks.

What is the best way to detect transparent overdraw hot spots in Unity?▼

Detecting transparent overdraw hot spots in Unity requires analyzing scenes to identify transparent materials causing rendering inefficiencies, allowing you to prioritize and resolve performance bottlenecks for better framerate.

How do I batch apply texture compression and audio compression in Unity?▼

Batch apply texture and audio compression in Unity by using parameterized operations to configure import settings, enabling Crunch compression for textures and format-specific compression for audio files across multiple assets.

Can I configure LOD groups and static flags to reduce draw calls in Unity?▼

You can configure LOD groups and static flags in Unity to reduce draw calls by setting objects as static for batching and adjusting LOD distances, which retrieves existing states to support rendering efficiency.

Does Unity asset optimization support finding duplicate materials and high-poly meshes?▼

Unity asset optimization supports finding duplicate materials and high-poly meshes by analyzing scenes and assets to identify redundant materials and excessive polygon counts, returning prioritized issue lists for resolution.

What are the limitations of automated Unity asset compression?▼

Automated Unity asset compression limitations include requiring user approval for write actions and focusing on safe import settings, meaning it returns modified asset counts and issue lists rather than forcing irreversible changes.