I have a UIGridLayout and 9 frames under the same parent and the cell size is 55x55.
I originally used AutoScale to keep the squares smaller if the screen is smaller, that didnt work.
I then just did that for UIGridLayout and it didn’t work either.
The problem is… the squares stay the same size no matter how big the screen is.
The frame that has the UIGridLayout under it should have a size that is in scale and the UIGridLayout its self should have a scaled cellsize then it will scale for any size screens.