Skip to content

mukaschultze/unity-zip-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip Backup

Build Status Asset Store page

Unity extension to backup projects into zip files using 7z or fastzip.

Asset Store Description

This project is now maintained at GitHub, the version published here is deprecated

Zip Backup backups your projects into zip files automatically or manually, it uses 7z and fastzip and can achieve compression times up to x23 times faster than other conventional zipping applications.

It comes with a handy auto backup tool that automatically zips your project from time to time, preventing you from losing your work on eventual power outrages, Unity crashes, etc.

You can also backup manually by going to "Assets/Backup Now" menu, or clicking on "Backup Now" in the preferences window.

When the zipping ends, the extension logs how long it took and the size of the final file to the console.

Windows only

Screenshots

Logs

Settings page

Known Issues

  • Fast zip may fail to zip 3GB+ files, try using 7zip in these cases