Best Fit only scales up.
I'm trying to use Best Fit to keep my text consistent in different resolutions but when I set the best fit with a min and max value, it only scales the text up making it larger. No matter how much I shrink the resolution the text won't scale down even with a min value of 1. Am I doing something wrong?
Answer by Steven1094 · Jun 08, 2017 at 05:53 PM
Figured it out, it was setting canvas scaler to scale with screen size and then matching width and height.
Your answer
Follow this Question
Related Questions
Unity 5 - Does anyone know how to scale the text in the UI? 1 Answer
Resizing font by scale according to screen size, (More complicated than you might think) 1 Answer
Why is this List only showing one int? 0 Answers
Best way to create dynamic text objects with Canvas? 0 Answers
Get height of text with given width. 0 Answers