DropDown Content don't show Items (185314)

Hi all, I don’t know why the dropdown content don’t show nothing becouse in the Hierarchy contains all items.

Any idea?
I’ts the problem NaN position?

2 Answers

2

Hello,
I have the same problem since the update to 5.6.

Any bug?

I have been having this issue since 5.6. If it's the same for you than you know it's a bug. https://issuetracker.unity3d.com/issues/dropdown-box-isnt-drawn-when-disabled-and-renabled

Hello, I've resolved it by switching the canvas mode to screen space camera to screen space overlay. But it's still a kind of bug... Best,

In the Template in the dropdown, there is a ScrollRect, set it to Unrestricted and it should work. I tried it and it worked.

Also, before you do that you need to get rid of the NaN, what I do is change the anchor presets to the one in the middle, set everything to 0 then set it back to the preset it was originally on.

Thank you very much, it works! (solution)set Scroll rect -> Movement type to unrestricted or elastic. either is ok. there are 3 types 1.unrestricted 2.elastic 3.Clamped only clamped not work, but clamed was set by default.