The Ui is shifting to the side

Please help, my UI(“UPDATE” button) is shifting to the side at different screen resolutions, although I use the AutoScale Lite plugin.

This is how it should be(HD 1080):

This is how it looks on Xiaomi Redmi Note 9:

On other devices, the “UPDATE” button also moves to the right by different distances.

1 Like

For the update button, set its anchor point to {1,1} and position to {1,0},{1,0}. For the side buttons, this is cause by the phones natural inset. You can’t really fix this.

3 Likes

Thank you very much! It works great.

1 Like

you actually can fix it by setting the screengui’s ScreenInsets property to None

1 Like

I have tried that once before and it didnt work. Probably used it wrong.

3 Likes

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