Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

AssetDatabase.MoveAsset

public static string MoveAsset(string oldPath, string newPath);

Parameters

oldPathThe path where the asset currently resides.
newPathThe path which the asset should be moved to.

Returns

string An empty string if the asset has been successfully moved, otherwise an error message.

Description

Move an asset file (or folder) from one folder to another.

All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png".

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答