Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

AssetDatabase.CopyAsset

static function CopyAsset(path: string, newPath: string): bool;
static bool CopyAsset(string path, string newPath);
static def CopyAsset(path as string, newPath as string) as bool

Parameters

pathFilesystem path of the source asset.
newPathFilesystem 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".