UI Size is weird on other devices

I’m trying to make UI for my game but the issue is that after sizing it correctly on the XBOX view, when I looked back at my studio view everything was screwed up, same with other devices and I have a UIAspectRatio… So why isn’t it working?

image

XBOX / Desired View

iPhone 14 Pro

Amazon Fire (2019)

VGA

iPhone 4S

1 Like

hm. I’m not a expert on uis, but it seems like the “Play” button isn’t being scaled properly. for the play buttons size property, try changing the size values from the y to x. for example, the size should look something like {0.300, 0},{0.300, 0}. (of course it depends on the size of the ui, but the point is the y values for all sides are 0) I just tried this in studio and it seemed to fix the issue your having.

2 Likes

I was never told to take out the UiAspectRatio when doing this, but this seemed to help. :+1:t5:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.