unity-cleaner

Identify and manage unused assets, duplicates, and references in Unity projects.

Updated May 9, 2026
One-click install
npx skills add https://github.com/krikommp/chess-game --skill unity-cleaner-krikommp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-cleaner
Source: https://github.com/krikommp/chess-game/tree/main/.agents/skills/unity-skills/skills/cleaner
Command: npx skills add https://github.com/krikommp/chess-game --skill unity-cleaner-krikommp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the common issues of unused assets, duplicate files, and overall project clutter in Unity, helping developers maintain a clean and efficient workspace.

Core Features & Use Cases

  • Asset Cleanup: Identify and manage unused assets, duplicate files, and orphaned references.
  • Optimization: Improve project performance by removing unnecessary files and optimizing asset usage.
  • Use Case: For a game project, use the Skill to find and remove unused textures to reduce the build size and improve load times.

Quick Start

Use the unity-cleaner skill to find and delete all unused assets in the project.

Frequently Asked Questions about unity-cleaner

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

FAQPage Schema
How do I find and remove unused assets in a Unity project?

To clean unused assets in a Unity project, you need a tool that identifies orphaned references and duplicate files. This skill manages asset cleanup to reduce build size and improve overall project performance.

What is the best way to reduce Unity build size by cleaning up duplicate files?

The best way to reduce Unity build size is by identifying and removing duplicate files and unused textures. This asset cleanup process removes unnecessary files, optimizing project performance and improving load times.

Do I need a specific Unity environment to manage orphaned references?

Yes, managing orphaned references requires access to your asset files within a Unity project environment. This skill operates directly on your project structure to identify and remove unused assets and duplicates.

How does asset cleanup improve Unity project performance?

Asset cleanup improves Unity project performance by removing unnecessary files and optimizing asset usage. By eliminating unused textures and duplicate files, you reduce build size and improve game load times.

Can this find orphaned references in Unity scripts and assets?

Yes, it can find orphaned references in Unity scripts and assets. It scans your project environment to identify and manage unused assets, duplicate files, and broken references for project optimization.