I have a menu that scales according to screen size. However, the text (both stand-alone and on the buttons) will only stay in place; they will not scale.
I’ve tried Best Fit, but my menu is supposed to support most, if not all, resolutions. Does anyone have a way to scale text with the screen or button size?,I’ve been developing a UI for a while now, and I have multiple elements scaling properly. I realize now that the anchor points are the way to do this, but now I have a different issue: none of my text elements are scaling.
For instance, if my button scales, it doesn’t matter if the button is bigger or smaller than the text, the text size remains the same. I’ve heard “Best Fit” might be the way to go, but that requires a min and a max, and my UI should work on most, if not all, resolutions.
Anyone know how to accomplish this?