Version: 2021.1
public static VersionControl.Task Move (string from, string to);

参数

from Path to the source asset.
to Path to the destination.

描述

使用版本控制插件将资源从一个路径移动到另一个路径。

Do note that the source asset will be deleted and a new copy will be created in the destination. This will be reflected in the same manner in the outgoing changelist.

Also, after this operation is completed, Asset Database is not refreshed automatically. It can be updated by calling AssetDatabase.Refresh.