public void Clicked() { toShow.SetActive(true); gameObject.SetActive(false); Placer.PlaceCurrent(); PopupWindow.HidePopup(); }
public void Clicked() { toShow.SetActive(true); gameObject.SetActive(false); PopupWindow.HidePopup(); //disable all actions Placer.DisablePlacing(); }