As seen below, my UI is clipping into the bottom of the screen, whenever I resize the window (Inside and outside of studio). I have a UIAspectRatioConstraint and a UIGridLayout. I don’t assume these have anything to do with the issue at hand, as even without them it clips into the bottom of the screen. But if it does, let me know.
(If any extra info is needed, I’d be happy to provide)
Ok, that makes sense. Is there an anchor point for the UI? If not, you may want to add one as then when the window is scaled differently it will stay in that one position.
Sure. It is a property in a GUI that allows you to manually put the anchor point of the middle of a GUI at a certain position so if you need to change It’s orientation, or like in your situation keep it from being hidden behind a window, it will stay in that position the entire time that the GUI is active.