AssetDatabase.ImportAsset
public static void ImportAsset(string path,
ImportAssetOptions options = ImportAssetOptions.Default);
Description 描述
Import asset at path.
All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"
See Also: ImportAssetOptions.