How do i stop the ui from repositioning itself when playing [Like in the video]

1 Like

your screen size is changing when you press play, there are a few different ways to align the elements based off of eachother, the simplest approach would be to insert one frame and position it, then use something like a uiGridLayout or list layout,etc and insert all the buttons into that frame.

1 Like