VersionControlManager
Manages version control systems.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
public static class VersionControlManager
Remarks
This class allows you to enumerate the available version control systems, get the VersionControlObject for the currently active VCS, or switch to a different one.
Additional Resources: VersionControlObject.
Static Properties
Property | Description |
|---|---|
| activeVersionControlObject | The VersionControlObject representing active VCS. |
| versionControlDescriptors | An array containing all available version control systems. |
Static Methods
Method | Description |
|---|---|
| SetVersionControl | Sets the active version control system. |