Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 Unity UI 的下拉菜单,它有一个选项。它的第一个选项被选中,但我不知道为什么它选择的选项没有显示。
如果您通过脚本添加了该选项,则需要调用 Dropdown.RefreshShownValue();
您必须将文本附加到标题文本中
我只是通过更改下拉列表下标签文本的字体大小来解决这个问题。我删除了字体大小数字,它就出现了。你可以试试。
解决方案很简单 - 只需刷新下拉列表:
Dropdown.RefreshShownValue();