CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
Boolean Move | ( | Path | destinationPath | ) |
Moves asset to destination path.
Missing folders in destination path will be created automatically. After the move, the CodeSmileEditor.Asset.AssetPath property is updated accordingly. On failure, use CodeSmileEditor.Asset.GetLastErrorMessage to get the failure error message.
destinationPath | The path where to move the asset to. May have a different extension. |
Definition at line 349 of file Asset.cs.
References Asset.File.Move().