Help with GUI (Putting it in the middle)

Correct me if the topic is wrong, please.

So currently i’m working on a simulator. When I click shop, the gui doesn’t appear in the middle of my screen (On iPad) but when I go on my computer, it appears in the middle. Example:

How do I fix this problem?

Try setting the anchor point to 0.5, 0.5, and set the position to 0.5, 0, 0.5, 0

2 Likes

Aight so it’s because your gui is position is on offset. You need to put it to scale for the ui to be in the middle for all devices. There is this plugin called AutoScale Lite where you can just press the plugin, select the ui you want to change and press scale for both size and position to make the ui the same position and scale you want it to be for all devices.

3 Likes