I’m having trouble with this UIGridLayout and the way it’s behaving:
https://gyazo.com/0ae8c3715a66619b3a42d2fff0695b71
as seen in the gif, when resizing the screen, certain parts cut out. This happens 9/10 times on mobile devices even though mobile devices don’t change their screen size:
I used a script to automatically set the size of the grid’s Y height by using the player’s screen size (the height uses scale, and will always be ≈5% of the screens Y height), whilst the X length uses scale at 0.25 of it’s Parent size. Which is really odd because as seen in the image, it is not 0.25 of it’s Parent size and maybe instead 0.35/0.4.
Is there a method I can use with scrips to fix this? Since there is a lot of frames, I do not want to go through each and every one of them and mess around with their properties. I would rather have a script to automate a solution.
