What problem does it solve?
This Skill identifies and reports project integrity issues in Unity projects, such as missing scripts, broken/null references, oversized textures, empty folders, unused assets, non-convex mesh colliders, and shader compilation errors to prevent runtime failures and bloat.
Core Features & Use Cases
- Comprehensive Scene Validation: Scan scenes to detect missing scripts, missing prefabs, and duplicate names to reduce runtime errors.
- Asset and Project Audits: Locate potentially unused assets, oversized textures, empty folders, and shader compilation problems to prepare projects for builds.
- Targeted Fixes with Dry-Run: Preview removals such as missing-script cleanup and empty-folder deletion before applying changes to ensure safe maintenance.
- Use Case: Perform a pre-build project audit to collect structured reports of issues, preview automated cleanups with dry-run, and export results for CI pipelines or manual review.
Quick Start
Run the validate_scene check to scan the current project for missing scripts, missing prefabs, duplicate names, and report total issues for remediation.