So I’ve designed a Timetable to help me at school with my subjects. I released it to a bunch of my friends but I’ve been having problems with the UI not scaling correctly. On the canvas scaler I’ve got the reference resolution set to 1920x1080
That scales perfectly on my phone (S6) which is 2560x1440. Now as soon as i set it lower to maybe 1280x800 there are problems (As shown in the picture). There is extra that appears at the bottom.
Now if I set the canvas Scaler to match width or height and set that to 0.5 it fixes it at the bottom, but the first and last column go over the sides of the screen.
Extra info:
I’m using the Grid Layout group to sort everything. Should i disable that when I build the app or leave it on?
I’ve also set the Grid Layout Group with Child alignment to “Middle Center” Which kinda evens out the top and bottom (Not shown in the picture above) but i would prefer it if it was the same as the original picture.