
The BrainIT Auto Project Backup tool automates the backup of Unity
projects at scheduled times. Projects are backed up to a designated folder while excluding unnecessary Unity-generated files.The BrainIT Auto Project Backup tool automates the backup of Unity projects at scheduled times. It ensures that projects are backed up to a designated folder while excluding unnecessary Unity-generated files. The tool also provides notifications and allows manual backups at any time.The tool is smart enough to skip open/locked files until the next cycle. It has four custom timeslots for auto project backups, but you can run a manual backup any time without having to exit unity or close your project!It is fast since it only backs up critical files.Quick StartOpen Unity Editor and go to Tools > Auto Backup Settings.Select a Backup Folder where your backups will be saved.Set up to three backup times (HH:mm format).Adjust notification interval and notification duration if needed.Click Save Settings.Wait for the automatic backup or trigger it manually.Tools > Backup Unity Project Now.WorkflowStep 1: Configure SettingsOpen Tools > Auto Backup Settings.Set the Backup Folder.Define backup times and notification preferences.Click Save Settings.Step 2: Automatic BackupThe tool monitors system time.When a scheduled time arrives, it creates a backup in the designated folder.A notification appears showing backup progress.Step 3: Manual BackupOpen Tools > Backup Unity Project Now.The backup starts immediately.A success or failure message appears.Step 4: Viewing BackupsNavigate to the backup folder.Each backup is named as:Example: MyUnityGame_Backup_20250302_1500format: ProjectName_Backup_yyyyMMdd_HHmmStep 5: Restoring a BackupLocate your desired backup folder.Copy and paste the contents into your Unity project directory.Restart Unity.I used AI for debugging and assist with user manual.