UIGridLayout padding does not scale

When I load into my game, the UIGridLayout’s padding scatters on the X and Y axis.
Here’s a clip:


(Sorry about the background noise)

2 Likes

put the buttons / grid layout into a transparent frame.
add an aspect ratio constraint to that frame.
then the padding wont change like that.

1 Like

Thank you! And for anybody else with the same problem, make sure to set the anchor point to (0, 0.5) if your buttons are on the left or (1, 0.5) if they’re on the right.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.