unity-cleaner

Crates.iounity-cleaner
lib.rsunity-cleaner
version0.1.0
created_at2025-10-31 18:15:49.411956+00
updated_at2025-10-31 18:15:49.411956+00
descriptionA TUI tool to clean Unity project files (Library, Temp, Logs, etc.)
homepagehttps://github.com/siddharth-09/unity-cleaner
repositoryhttps://github.com/siddharth-09/unity-cleaner
max_upload_size
id1910503
size67,752
Siddharth Panchal (siddharth-09)

documentation

https://github.com/siddharth-09/unity-cleaner

README

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.

Commit count: 0

cargo fmt