private void Start()
 {
     toggle.onValueChanged.AddListener((bool value) => hexMapEditor.SetVisible(value, visibleControllerIndex));
 }