2

I have dropdown of Unity UI and it has one option. Its first option is selected but i dont why its selected option is not showing.

enter image description here enter image description here

Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186

3 Answers3

10

If you added that option through scripts you need to call Dropdown.RefreshShownValue();

user2533259
  • 111
  • 1
  • 6
0

I solved this just by changing the font size of lable text under the dropdown. I delete the font size number, and it showed up. You can try.

Even Wonder
  • 1,127
  • 1
  • 14
  • 16