Weird UiGridLayout Issue

Hi! I’ve been working on a game and just finished creating my voting system. The only problem is the UI. I’ve been messing around with this Grid Layout for some time and I can’t seem to get it to work. The map buttons are in a UIGridLayout and work fine. It’s just that gray circle.

How it’s supposed to look:

How it looks on a smaller screen:

I’ve tried plugins, AspectRatioConstraints, and more. Thanks to anyone who can help!

1 Like

Need more information:

  1. Is that circle part of the layout? Or is it just the three maps to vote for?
  2. What’s the hierarchy of the circle? What’s its position and size values?
1 Like

Sorry for the delayed response! Here’s the hierarchy: (The circle is PlayerIcon)
image

I would’ve thought that since the circle is being affected by a UIGridLayout that those values don’t matter, but here they are:

image

nvm i have my own solution now

1 Like

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