MaxMixcat
(MaxMixcat)
October 5, 2024, 6:52am
#1
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
awry_y
(johnny)
October 5, 2024, 7:04am
#2
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
MaxMixcat
(MaxMixcat)
October 5, 2024, 7:42am
#3
Thank you very much! It works great.
1 Like
Rescriptedd
(9gzfaUa1DeGxYkqgZxIJ)
October 5, 2024, 4:11pm
#4
you actually can fix it by setting the screengui’s ScreenInsets
property to None
1 Like
awry_y
(johnny)
October 6, 2024, 4:08am
#5
I have tried that once before and it didnt work. Probably used it wrong.
3 Likes
system
(system)
Closed
October 20, 2024, 4:09am
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.