Hey all, I upgraded a project of mine from 2.x to 3.x today. It took all day but more or less went off without too much issue.
The problem I'm having is probably due to not understanding all the new features, but I can't figure it out myself.
Basically I have a UIScroll View on a Panel, and a Grid child beneath it. During runtime I instantiate a simple button prefab with three child labels under the Grid via the AddChild function, and this is the result:
And my Panel and Grid properties are like so, respectively:
I appreciate any help you can give!