UpdateSettings()
Starts a task that sends the version control settings to the version control system.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
public static Task UpdateSettings()
Returns
Type | Description |
|---|---|
| Task |
Remarks
The settings can be found in the Project Settings, Version Control tab and include version control password, username, server, workspace etc. The task can be used to reconnect to an existing version control system after making changes to the version control credentials.