Scaling on all devices with UIGridLayout?

Hey there,

I’ve set up this UI and want a base amount of boxes to be displayed on all devices no matter the scale.

Currently its scaling everything else but the boxes inside creating fewer/more boxes to appear depending on your screen size.

Is there a simple setting/way I’m missing here to achieve this?

Desired UI: https://gyazo.com/a87cf75d1df61cd8a451a347f9941cac

Mobile UI (Scaled): https://gyazo.com/ebc4ea1aff2f67dc249e9fb0f57c0c51

Thanks,

1 Like

Make sure both CellPadding and CellSize is set to scale.
image

How would UiListLayout help in this situation? They need a grid, not a list.

Oops my mistake. Swapped them around!