Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lottehime/unity-project-cleaner
Simple cleanup script for Unity projects.
https://github.com/lottehime/unity-project-cleaner
Last synced: 21 days ago
JSON representation
Simple cleanup script for Unity projects.
- Host: GitHub
- URL: https://github.com/lottehime/unity-project-cleaner
- Owner: lottehime
- License: gpl-3.0
- Created: 2020-12-02T02:58:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T04:42:33.000Z (over 1 year ago)
- Last Synced: 2023-07-12T05:31:30.581Z (over 1 year ago)
- Language: Batchfile
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Project-Cleaner
Simple cleanup script for Unity projects.## Why?
For use with syncing tools like Google Drive that don't support ignore files.Syncing eleventy-seven-million temporary caches etc, even when they are a few KB per file chokes up Drive on the fastest of connections and machines.
Also benefits faster compression / decompression as a bonus, should you need it.
## Usage:
Place the batch file in the folder that you store your other project folders in.e.g. if your project folders are stored like this:
`C:\My Unity Projects\Cool Game 1`
`C:\My Unity Projects\Cool Game 2`
Place the batch file here:
`C:\My Unity Projects`
Drag your project folder onto the batch file and follow the prompts.
## Extension:
Add additional file types to be filtered out, remove warnings and confirmations, set the working directory and work recursively, etc.
Just remember; either delete the `Library` folder, or leave its contents alone. Don't alter its contents if you don't delete it entirely! You'll get some frankensteined meta data on rebuild / re-open and cause damage to your project.## Help Support More Like This