unity-optimization

Automate Unity asset and scene optimization for PC and mobile builds.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-optimization-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-optimization
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/optimization
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-optimization-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the optimization of Unity assets and scenes, reducing build size and improving runtime performance.

Core Features & Use Cases

  • Batch texture, mesh, and audio compression to reduce memory footprint.
  • Analyze scene poly count, material slots, and static flags to identify optimization opportunities.
  • Configure LOD groups and lightmap/static settings for large projects.

Quick Start

Run an initial project scan and apply the chosen optimizations to textures, meshes, and audio.

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 scene optimization for large projects?

Automating Unity scene optimization involves analyzing poly counts, material slots, and static flags to identify opportunities, then configuring LOD groups and lightmap settings to improve runtime performance across large projects.

What's the best way to batch compress textures and meshes in Unity?

Batch compressing textures and meshes in Unity is best handled by automated tools that apply targeted compression algorithms to reduce memory footprint and overall build size across multiple assets simultaneously.

Can I optimize Unity static flags and LOD groups automatically?

Yes, you can optimize Unity static flags and LOD groups automatically by using specialized tools that analyze scene configurations and apply appropriate static settings and LOD group setups for large projects.

Does Unity asset optimization work for both PC and mobile platforms?

Unity asset optimization works for both PC and mobile platforms by applying scalable compression and scene analysis techniques to ensure reduced build size and improved performance across different hardware targets.