The position of the Gui isn't the same across different devices

Hello everyone,

I’m not really good when it comes to GUI but I’ve made one for the currency system inside my game and problem is that the position of the gui isn’t consistent no matter what I do. Here is an example:

This is what it is supposed to look like:

aaadadasd

and it works good with tablets and PCs however on small phones such as iphone 6:

ggaafa

How would I keep the same distance between the three frames like in the first picture for all devices?
I tried scale, UIAspectRatioConstraint , Anchor point and none of them worked. Any help?

2 Likes

Look at this tutorial and if it still doesnt help, let me know:

2 Likes

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