Hello, I’m a beginner in unity, I’m working on a game and now I encountered a problem after I build the game. When I open the game the StartMenu is perfect but the game itself is very cut, there are things that are not visible. The camera is set and adjusted well. I don’t know how to explain very well.
paste screenshot from game in editor working pls (the intended result)
Here are the official docs on how to make your UI handle various resolutions and aspect ratios cleanly:
Here are some notes on UI Anchoring, Scaling, CanvasScaler, etc:
Usually you need to choose a suitable ScaleMode and MatchMode in the Canvas Scaler and stick with it 100%. Generally if you change those settings you will often need to redo your UI entirely.
I also use this CanvasScalerOrientationDriver
utility to make sharing UI for Landscape / Portrait easier. Read what it does carefully.
What part of there? I have several folders (I think that’s what they’re called) with images, scripts, audio, etc.
I meant in Game View not Scene View
I’d check Game view resolution, click “+” and make it the same as your monitor resolution
Also, scroll down on Game view (not in play mode) to make sure it’s zoomed out