private static string[] OnWillSaveAssets(string[] paths) { GlobalEditorHandler.ProjectIsGoingToSave(); return(paths); }