unity-optimization

Automate Unity asset and build optimization tasks and report modified assets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mandexonla/Top-Down-Template --skill unity-optimization-mandexonla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-optimization
Source: https://github.com/mandexonla/Top-Down-Template/tree/main/.codex/skills/unity-skills/skills/optimization
Command: npx skills add https://github.com/mandexonla/Top-Down-Template --skill unity-optimization-mandexonla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Optimize Unity projects by automating asset optimization tasks to improve performance and reduce build sizes.

Core Features & Use Cases

  • Automate texture size reduction and compression to save memory and improve load times
  • Configure and apply mesh compression and LOD settings to balance fidelity and performance
  • Run asset audits to identify oversized textures, redundant materials, and optimization opportunities
  • Use cases: large Unity projects needing consistent optimization across multiple platforms

Quick Start

Open your Unity project and run the unity-optimization skill to analyze assets and automatically apply recommended optimizations.

Frequently Asked Questions about unity-optimization

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

FAQPage Schema
How do I automate Unity asset optimization to reduce build sizes?

Automate Unity asset optimization by running predefined Editor scripting routines that compress textures and meshes, yielding reduced build sizes and a detailed report of modified assets.

How can I configure LOD settings and mesh compression for Unity projects?

Configure LOD settings and mesh compression by applying automated optimization routines that balance visual fidelity and performance, directly modifying meshes within the Unity Editor.

What is the best way to audit Unity assets for oversized textures and redundant materials?

The best way to audit Unity assets is to run an automated asset audit that identifies oversized textures and redundant materials, returning a detailed report of optimization opportunities.

Does automated Unity optimization work for both PC and mobile deployments?

Automated Unity optimization works for both PC and mobile deployments, applying texture reduction, mesh compression, and LOD configurations to improve runtime performance across these platforms.

Do I need Unity Editor scripting capabilities to optimize textures and meshes?

You need Unity Editor scripting capabilities to run these predefined optimization routines, relying on internal scripts to automatically apply texture compression and mesh LOD setups.