Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.23 KB

File metadata and controls

28 lines (19 loc) · 1.23 KB

GameProjectCleaner

Recursive cache cleanup tool for Unreal and Unity game projects

image

TL;DR: A python script to recursively scan from the current folder. It lets you pick another root when run with a GUI, detects Unity and Unreal projects, prints a per-project/per-cache-folder size breakdown, asks for confirmation before deletion, and shows a completion popup with total released space.

HOW-TO

  • Make sure you have Python installed and available in your command line tool (like PowerShell on Windows)
  • Run the provided GameProjectCleaner.bat file or execute Python .\GameProjectCleaner.bat

Useful commands:

Dry run, no popups

python GameProjectClearner.py --console --dry-run

Scan a specific root

python GameProjectClearner.py "D:\Projects"

Skip confirmation after printing the breakdown

python GameProjectClearner.py --yes

License:

MIT, use it however you wish.

Disclaimer:

By using this tool, you assume full responsibility for any unwanted or permanent destruction of files. As a safety measure, always back up or assure your project files are in source control before running this tool.