Move(string, string)
Uses the version control plugin to move an asset from one path to another.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
public static Task Move(string from, string to)
Parameters
Returns
Type | Description |
|---|---|
| Task |
Remarks
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.