I am trying to make a UI the work for Mobile, Tablets, and computers but I faced a problem when testing it with Ipads.
Computer:
As you can see the buttons’ position changed and went up. How would i fix that?
Thanks
I am trying to make a UI the work for Mobile, Tablets, and computers but I faced a problem when testing it with Ipads.
Computer:
As you can see the buttons’ position changed and went up. How would i fix that?
Thanks
Make sure that the button’s position is set to Scale, instead of Offset for both X and Y in the Properties tab.
Just checked again and they are all using scale, but still not working.
Can you show us what the buttons look like in the Explorer and Properties tabs?
Position the UI relative to the bottom of the screen (AnchorPoint
set to 0, 1
and position set to 0, 0, 1, 0
). Use negative offset to reposition it back up.
Just use this plugin your making your life so hard, this plugin auto scales for every device.
I do use the plugin and I think it only changes position/size to scale and adds a UIAspectRatioConstraint which didn’t really solve my problem.