private void OnDestroy()
 {
     instance = null;
 }
 private void Awake()
 {
     enabled  = false;
     instance = this;
     StartCoroutine(CheckActionGroupEditor());
 }