This version of Unity is unsupported.

AssetImporter.SaveAndReimport

Declaration

public void SaveAndReimport();

Description

Save asset importer settings if asset importer is dirty.

Under the hood this calls AssetDatabase.ImportAsset. Additional resources: EditorUtility.SetDirty.