public static bool CopyAsset (string path, string newPath);

파라미터

pathFilesystem path of the source asset.
newPathFilesystem path of the new asset to create.

설명

Duplicates the asset at path and stores it at newPath.

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