im making an a scrolling horizontal menu but when i put the ui grid layout and i configure it always happen this
it fill vertically and not horizontal, what can i do?
im making an a scrolling horizontal menu but when i put the ui grid layout and i configure it always happen this
Have you tried setting the UIGridLayout’s CellSize.Y.Scale to 1, so each cell fills the parents’ Y.Scale? It should force them onto the same plane. And make sure CellSize.X has enough room for how many cells you’re trying to put in it.