void OnDisable()
 {
     instance = null;
 }
 void OnEnable()
 {
     LoadSettings();
     instance     = this;
     titleContent = new GUIContent("Edit default script path");
 }