- Home /
UI Relative to screen size
I have no Idea about this as I am not the best at UI but if someone could explain how to make the text relative to the screen size so it is always in view on every device. I have tried anchor points but that didn't turn out so well.
Answer by Whiteleaf · Apr 29, 2016 at 07:09 AM
Select your canvas and find the Canvas Scaler component. Click on "Constant Screen Size" and change it to "Scale with screen size". Put in your monitors native resolution, and set the "Match" slider to 0.5.
Now your UI should scale with the screen size, there might be a few issues here and there but you'll get the hang of it eventually.
Your answer
Follow this Question
Related Questions
How do i position this text to go where i want? 1 Answer
Text smaller on higher resolution screen than on lower resolution screen 1 Answer
Buttons scale keep changing to 0 when I import them to a non-active parent 0 Answers
Unity UI Text with markup tags - “String too long for TextMeshGenerator” 0 Answers
UI text vs. moving camera 1 Answer