im trying to make my game ui work for mobile in a scrolling frame, everything else works but as in it gets smaller when you change devices but anything in the scrolling frame doesnt. anyone know how to fix this?
Could you may provide some screenshots that include the properties of your children in the scrolling frame?
before^
smaller^ everything else changes with the same settings but the frame in the scrolling frame doesnt
Okay and now the properties tab like that:
i used autoscale lite and anchor point
Could you hover over the red symbol at the Size property and post what it says?
its in a uigridlayout, the cell size is 0,200,0,200
Yeah, that’s the issue the values 200 are offsets, and you have to set them to 0. Manually set the other two values to the right cell size.
how would i change it then, because mobile users cant use it
What do you mean they can’t use it?
it gets too large and not even 1 fits on the screen, thats why i want to fix this
Yeah as I already mentioned you have to change the offset values (200) in 0 and change the other values unitl you got your wanted size as an example:
but you have to change these values on your needs.