jellewie / Unity-Gnorts

Gnorts an RTS unity game
11 stars 7 forks source link

The BuildingsPopUp-InputDropdown is triggered when loading a level #32

Open jellewie opened 5 years ago

jellewie commented 5 years ago

Somehow the BuildingsPopUp-InputDropdown() is triggered when loading a level (with closed gates)

Added a "if (SelectedBuilding != null)" tot the "void InputDropdown(Dropdown change)" in "BuildingsPopUp.cs" to work around the problem