Hi. I’m unable to keep a button in my GUI at the same position when resizing my screen.
Any ideas on how to fix this?
Is the position of the button using offset? Have you tried changing the AnchorPosition?
I’m using offset yes, because I want to keep the original scale when resizing my screen.
I tried using AnchorPosition and set it to 0,5 but it didn’t work, the items in the backpack will be in the way when resizing my screen because the button’s position keeps moving
By that, you mean .5,.5
right?
Yes, I mean .5,.5
.
Items in the backpack doesn’t have this behavior, which makes me think I’m doing something wrong, because the items will keep its position when resizing my screen.
What do you mean by that? Do you mean like using different device emulators?
Example: The chat icon has the same size regardless of your screen size. That’s what I’m doing.
You did not read correctly so I’ll just wait for someone else to reply.
Fixed it by adding a frame and moved it at the end, then inserted a UIListLayout to move it to where it wanted it within the frame so it keeps its position.