Question by
AlexTzanop · Aug 16, 2021 at 08:34 AM ·
uicanvaslayout
GridLayoutGroup doesn't fit Canvas.
The title of the question might not be perfect, but here goes.
Basically I'm trying to make a Chess board. I have a canvas, a child with a GridLayoutGroup and I'm instantiating Images inside the GridLayoutGroup.
The Canvas and GridLayoutGroup scale with the screen size, but the GriLayoutGroup doesn't fit the Canvas, vertically. That makes some of the chess rows to be off-screen, in game view.
Is there a way to kind of scale-down the GridLayoutGroup so that eveything it contains fits on screen?
see.png
(46.3 kB)
Comment