Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetDatabase.CopyAsset

Switch to Manual
public static bool CopyAsset(string path, string newPath);

Parameters

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

Description

Duplicates the asset at path and stores it at newPath.

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