Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Unreal and Unity game projects recursive cache cleanup tool

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages