- Home /
How to fit Canvas to all resolution ?
We made a Canvas in order to have title screen but we can't fit it to main screen. No matter what we tried.(in render mode screen space overlay.)
Answer by saschandroid · Apr 06, 2016 at 07:08 AM
You could set the UI Scale Mode in the Canvas Scaler component of the canvas to 'Scale With Screen Size' and set a reference resolution (for example a resolution with a 16:9 aspect ration - 1920x1080).
Your answer
Follow this Question
Related Questions
Getting A Web Cam to Play on UI Texture Image 5 Answers
Canvas, instantiate and adjust size of image to fit parent 0 Answers
How to add outline effect to clockwise image?,How to Add Outline on Clockwise Image 0 Answers
How to make Canvas appear after GUI texture? Unity 4.7 0 Answers
How to see what the UI canvas will look like in the final build? 0 Answers