AssetDatabase.ImportAsset
static function ImportAsset(path: string): void;
static void ImportAsset(string path);
static def ImportAsset(path as string) as void
static function ImportAsset(path: string, options: ImportAssetOptions): void;
static void ImportAsset(string path, ImportAssetOptions options);
static def ImportAsset(path as string, options as ImportAssetOptions) as void
Description

Import asset at path.

All paths are relative to the project folder. Like: "AssetsMyTextureshello.png" See Also: ImportAssetOptions.