AssetDatabase.GenerateUniqueAssetPath
static function GenerateUniqueAssetPath(path: string): string;
static string GenerateUniqueAssetPath(string path);
static def GenerateUniqueAssetPath(path as string) as string
Description

Creates a new unique path for an asset.

All paths are relative to the project folder, for example: "AssetsMyTextureshello.png".