Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VersionControlManager

Manages version control systems.
Read time 1 minuteLast updated 10 days ago

Definition

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

activeVersionControlObjectThe VersionControlObject representing active VCS.
versionControlDescriptorsAn array containing all available version control systems.

Static Methods

Method

Description

SetVersionControlSets the active version control system.