Beispiel #1
0
 void OnProjectChange()
 {
     if (BrowserUtility.guiEnabled)
     {
         BrowserUtility.ForceUpdate();
         Repaint();
     }
 }
Beispiel #2
0
 public void OnProcessStop(int errorCode, string stdout, string stderr)
 {
     BrowserUtility.guiEnabled = true;
     Repaint();
     if (errorCode == 0)
     {
         BrowserUtility.stagedFiles.Clear();
         BrowserUtility.workingTree.Clear();
     }
     BrowserUtility.ForceUpdate();
     AssetDatabase.Refresh();
 }