예제 #1
0
 private static string[] OnWillSaveAssets(string[] paths)
 {
     GlobalEditorHandler.ProjectIsGoingToSave();
     return(paths);
 }