public void ShowUnitUI() { if (unitUI == null) { unitUI = gameObject.GetComponentInChildren <UnitUI>(); } unitUI.EnableUnitUI(); }