#unity #cleaner #gamedev #tool

app unity-cleaner

A TUI tool to clean Unity project files (Library, Temp, Logs, etc.)

1 unstable release

Uses new Rust 2024

0.1.0 Oct 31, 2025

#1068 in Command line utilities

MIT/Apache

40KB
939 lines

Unity Cleaner

A fast, cross-platform TUI (Text User Interface) tool to clean Unity project files.

Features

  • 🔍 Automatic Discovery: Scans your system for Unity projects
  • 📊 Size Calculation: Shows exactly how much space each item uses
  • Selective Deletion: Choose what to delete with an interactive UI
  • 🚀 Fast & Safe: Async operations with confirmation prompts
  • 💻 Cross-Platform: Works on Windows, macOS, and Linux

What It Cleans

  • Library/ folder
  • Temp/ folder
  • Logs/ folder
  • obj/ folder
  • *.cln files
  • *.csproj files

Installation

cargo install unitycleaner

Usage

Simply run:

unitycleaner

Controls

  • ↑↓ - Navigate
  • →← - Expand/Collapse projects
  • Space - Select/deselect items
  • D - Delete selected items (with confirmation)
  • Q - Quit

Building from Source

git clone https://github.com/siddharth-09/unity-cleaner
cd unitycleaner
cargo build --release

#ScreenShot of Unity-Cleaner image

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Dependencies

~12–25MB
~320K SLoC