Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Unity/Testproject/Library/PackageCache/com.unity.visualscripting@1.6.1/Documentation~/vs-update-backups.md
2022-11-12 13:10:03 +01:00

31 lines
985 B
Markdown

#Visual scripting update process
Unity recommends frequent backups and to store the copy of the data on a separate medium; doing so protects against primary data loss or corruption.
Note: Always backup your data before updating visual scripting.
The update workflow for visual scripting is as follows:
1. Backup your project.
2. Open the **Package Manager** and click **Update**.
###Backup your project
The graphs and visual scripting assets backup automatically.
It is a one-click operation to manually back-up your project.
In the menu, choose **Edit** > **Project Settings** > **Visual Scripting** > **Create Backup**, then click **OK**.
Open the backups folder via **Edit > Project Settings** > **Visual Scripting** > **Restore Backup**.
Note: It is good practice to make frequent backups if you do not use version control.
Note: Unity recommends using a version control system (VCS) such as Unity Collaborate, Git, or Subversion.
![](images/VS-CreateBackup.png)