UiListLayout is behaving different in-game compared to studio

I am working on creating a color selection UI and I am using UiListLayout to keep the spacing correct. It looks good in studio, out of play and in play, but when I play the game outside of studio the list seems to be vertical only instead of wrapping.

Expected (in studio)

Outside of studio

List settings
image

1 Like

Are you using UIListLayout or UIGridLayout? I’d assume you’d want to use UIGridLayout for this kind of UI.

That fixed it. Didn’t even realize GridLayout was a thing, thanks.