Пример #1
0
 private void OnDisable()
 {
     //the data needs to be initialized first, because starting the editor for the first time calls OnDisable
     if (initialized && gitCallbacks != null)
     {
         gitCallbacks.IssueBeforeAssemblyReload();
     }
 }