Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

To fix the UI, go to your UI canvas > canvas scaler > change 'Scale mode' to 'Scale with Screen Size', then change your reference resolution to 1920 x 1080. That's probably why your UI isn't scaling properly, the default that Unity has for UI scaling is pretty unintuitive.

I would also pay attention to the order the game objects are in in your hierarchy. Objects under the same parent but lower down will show on top of anything above it. In your case, the names show inside the fridge, which I kind of though was intentional at first (and led to me choosing the wrong answer).