Version: 2023.1
언어: 한국어
public static void StopAssetEditing ();

설명

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.