So ive been making this toolbar thing where you can see like the menu and stuff. But on mobile everything looks nice. The problem is when the player uses computer and they look at the delete button its for some reason out of place and different.
Here is the children inside of the imageButton:
Does anyone know why?
2 Likes
xynxae
(xynxae)
August 14, 2023, 5:45am
#2
Would it be possible to put both of the buttons in one frame and use a ListLayout to keep the spacing consistent?
1 Like
frost2yy
(frost2yy)
August 14, 2023, 6:01am
#3
Maybe it’s because your UIs are positioned using Offset rather than Scale. If so, use this plugin to help you make it so the UI fits on all screens.
[AutoScale Lite Banenr]
Overview
The plugin has two main functions. Converting a UI element’s size/position to Scale or Offset, and the auto scaling feature.
The Add Constraint feature makes use of the UIAspectRatioConstraint which ensures that your UI retains it’s size on all screen sizes. You can add this constraint to your UI manually but my plugin does the calculating of the AspectRatio property by dividing the AbsoluteSizes so you don’t have to!
[image]
How do I use it hmmmmm?
Firs…
2 Likes
system
(system)
Closed
August 28, 2023, 6:01am
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.