Skip to content

biaoxie/Clean-Unity-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean-Unity-Project

A python script that removed temporary files and caches of a Unity Project.

Before Clean After Clean

Description

This script will remove all files except for Assets, Library,Packages, and ProjectSettings. Also, inside Library, it will remove anything that does not have extension of .asset.

Instruction

  1. Place clean.py under your UnityProject directory where the Assets, Library, and ProjectSettings is at.
  2. cd to the directory
  3. run python clean.py
  4. DONE

Disclaimer

  • USE AT YOUR OWN RISKS!
  • Author is not responsible for any files that accidentally deleted, please make sure that you understand the code before using it.

About

A simple python script that cleaning up Unity Project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages