AssetDatabase.StopAssetEditing

Declaration

public static void StopAssetEditing();

Description

Ends the Asset Database's temporary paused state, allowing it to resume normal automatic imports.

This method is designed to be called after AssetDatabase.StartAssetEditing, to end the asset editing phase and complete the import of the new or modified assets.

See AssetDatabase.StartAssetEditing for more information.


Did you find this page useful? Please give it a rating: