What problem does it solve? Unity projects accumulate bloat over time: unused materials, duplicate textures, missing script references, and empty folders inflate build sizes and slow development. This Skill audits a Unity project and safely removes the clutter. ## Core Features & Use Cases - Asset Auditing: Find unused assets, duplicate files by MD5 hash, large assets by size, and empty folders anywhere in the project. - Reference Integrity: Detect missing scripts and null references on GameObjects, inspect asset usage and dependency trees, and fix missing script components in place. - Safe Deletion: Deleting assets uses a two-step confirmToken handshake (preview first, confirm within 5 minutes), and destructive operations are gated by the operating mode. - Use Case: Before a release, run a full audit to find duplicate textures wasting 50 MB, list unused materials, preview the deletion, then confirm to reclaim disk space. ## Quick Start Ask the assistant to find duplicate textures and unused materials in the Unity project, then preview deleting the unused assets before confirming.