void UnSelect() { if (Input.GetMouseButtonDown(1)) { if (building != null) { building.DisableMenu(); } currentlySelected = null; } }