1 unstable release
Uses new Rust 2024
| 0.1.0 | Oct 31, 2025 |
|---|
#1068 in Command line utilities
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/folderTemp/folderLogs/folderobj/folder*.clnfiles*.csprojfiles
Installation
cargo install unitycleaner
Usage
Simply run:
unitycleaner
Controls
↑↓- Navigate→←- Expand/Collapse projectsSpace- Select/deselect itemsD- 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
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Dependencies
~12–25MB
~320K SLoC