Can someone help me? I'm confused about my UI... In the editor my UI looks ok but in the newly-released Steam game installation of s&box (yay!) it looks jank. Was there an API update on ScreenPanels? My WorldPanels don't look messed up, but on my ScreenPanels, text is only drawn to the center of the screen without font settings and it doesn't display my title image either.
edited:
Alright, if anyone else has this problem, this is what I did to fix it.
For the text styling, I had done <style></style> within the .razor files themselves. I heard this wasn't best practice on the discord so I added .scss files and just copied over the contents of my styles to those.
For the title sprite, I had to add the relative path to that asset in the Project Settings -> Other -> Resource Files.