Version: 2018.2
public static VersionControl.Task Add (VersionControl.AssetList assets, bool recursive);
public static VersionControl.Task Add (VersionControl.Asset asset, bool recursive);

Parameters

assetsList of assets to add to version control system.
recursiveSet this true if adding should be done recursively into subfolders.
assetSingle asset to add to version control system.

Description

Добавляет asset'ы или список asset'ов под управлением версий

If the input asset is a folder setting the recursive flag will add all assets and assets in subfolders to the version control system.