What problem does it solve?
Helps Unity developers locate unused, duplicate, or missing-referenced assets and identify empty folders or large files so projects remain lean, faster to build, and easier to maintain.
Core Features & Use Cases
- Find unused assets: Scan the Assets folder to detect assets that are not referenced by any other project files.
- Detect duplicates and large files: Group files by content hash to reveal wasted space and list the largest assets by size.
- Repair and validation assistance: Identify missing script components, provide dependency trees, and offer safe two-step deletion previews to avoid accidental data loss.
- Use Case: Before a WebGL build, run a scan to remove orphaned textures and duplicate assets, then preview deletions to reclaim build size and reduce load times.
Quick Start
Run a dry-run scan to list unused, duplicate, and missing-referenced assets in the Assets folder and preview any deletions before confirming.