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

パラメーター

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

戻り値

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

説明

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

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