Experimental: this API is experimental and might be changed or removed in the future.

AssetImporterEditor.needsApplyRevert

Switch to Manual
protected bool needsApplyRevert ;

Description

Whether the ApplyRevertGUI method is required to draw in the Inspector.

Most Importers expose settings that are changed by users and require the Apply/Revert button to be pressed to update settings changes. Some Importers, such as MonoScriptImporter, do not expose settings and do not require the use of the ApplyRevertGUI method to update changes. In the cases where ApplyRevertGUI is not required, you can override needApplyRevert to return false. This avoids unnecessary checks on assets that the Importer Inspector performs when it is closed.