Hello, can someone help me with UI scaling? i want to scale the ui perfectly for pc and mobile but buttons inside scrollingframe keeps getting out of border on phone.
This Is PC Screenshot:
This Is On Mobile:
Hello, can someone help me with UI scaling? i want to scale the ui perfectly for pc and mobile but buttons inside scrollingframe keeps getting out of border on phone.
This Is PC Screenshot:
This Is On Mobile:
There are multiple solutions for this on youtube. Before making a question on the devforum try to research on it first to see if you can find a solution
Use a UIAspectRatioConstraint
, this would be the easiest for you. When you do create new UI ensure that the position is inside of the Offset
properties and not the Scale
then ensure that your SIZE property is in the Scale
and NOT the Offset
property.
Another way to get around this is using this plugin which I have used in instances like this where I just don’t have the want or time to fix something like this.
Im having this same problem and there are not many that actually help. So instead of replying with that, link some of these youtube videos you speak of.
Try This Plugin. It Solved My Problem:
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.