void OnEnable() { try { ButtonHider.HideAllBut(b); } catch { //Debug.Log("Np"); } }
void OnDisable() { ButtonHider.ShowAll(); }