void OnDisable()
 {
     instance = null;
 }
 void OnEnable()
 {
     path     = PlayerPrefs.GetString("EFFCHECK_FOLDER", Application.dataPath);
     instance = this;
 }