DropDown GUI (resolution) issue Unity 3D

2019-01-15 21:54发布

http://imgur.com/UNR6nNS

Check the link for details.

When I'm running my app (that contains the DropDown feature) on my Android Phone, the dropdowns that apears from DropDown menu is really small, even tiny. I tried to set resizeTextForBestFit and resizeTextMinSize/maxSize + change Rect.height of ViewPort (where the dropdowns placed) but it doesn't work. The Scroll Rect on Dropdown List controlling the size. So how can I fix this issue?

1条回答
淡お忘
2楼-- · 2019-01-15 22:44

Always choose

"Screen Space - Overlay"

and

"Scale with screen size"

enter image description here

It's just one of those weird things about Unity ... 99.9% of the time you use that setting.

In the current version of Unity, Unity screwed-up and set the default wrong.

Only in extremely obscure situations would you use the other settings: it's a huge source of confusion that Unity have the defaults as the wrong settings.

You could have another problem but be sure to do that.

查看更多
登录 后发表回答