Version: 2019.1
public static string MoveAsset (string oldPath, string newPath);

パラメーター

oldPathアセットが現在ある場所。
newPathアセットの移動先のパス。

戻り値

string アセットが正常に移動できた場合は空の文字列を返し、移動できなかった場合はエラーメッセージを返します。

説明

アセットファイル (または、フォルダー) を、あるフォルダーから別のフォルダーに移動します。

すべてのパスは、例えば "Assets/MyTextures/hello.png" のような Project フォルダーに対する相対パスです。