Increase size of dropdown list options in unity.

The Dropdown list options are too small to read. How can we make them bigger?

1 Answer

1

Go to the child of the dropdown titled ‘Label’ and from there you can change the Text settings including font size on the Text component.

Best to set both overflows to ‘overflow’ so that when you increase the size the text doesn’t disappear.

The Label element is in charge of the option currently selected from the dropdown. The dropdown options seem to be managed by settings under an instantiated Dropdown List object. See [here][1] for more details [1]: https://forum.unity.com/threads/changing-size-of-dropdown-in-unity.412977/#post-2692088