Thank you! I really wanted to get the aspect ratio working, but I’m still figuring out how the UI scaling works. And I’m all for stretching the theme to its limits!
Viewing post in The Lunar Crucible jam comments
I think your UI is correctly set to scale with the screen size, but it's set to match width or somewhere in the middle. You will want to set the anchor point for your individual UI elements to the bottom of the screen or change the canvas to match height, right now the UI elements are likely pinned to the center of the screen, not the bottom edge, so when the user presses full-screen on a wider monitor, the width increases more than the height-the UI canvas has to scale up the height too much to compensate and the UI elements end up getting scaled off the bottom of the screen as a result. I hope that makes sense?