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?
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.