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

Import asset at path.

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

See Also: ImportAssetOptions.