Version: 2017.1
public static bool CopyAsset (string path, string newPath);

Parámetros

path Filesystem path of the source asset.
newPath Filesystem path of the new asset to create.

Descripción

Duplicates the asset at path and stores it at newPath.

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