Hello Developers!
While designing a menu for my game, I ran into an issue. The text is not being sized correctly at 1920x1080p (not just in studio). The Chapter Selection at the top of the screen is supposed to be bigger than the selected chapter, but as you can see (example below), it isn’t. Unless you’re on a 1280x720p display or less.
1080p (wrong)
720p (right)
I sized both of the TextLabels in the exact same way, using only the Scale and an AnchorPoint (0.5,0.5). TextScaled is also on.
Title
Selected Chapter
Please let me know how to fix this! Have a nice day!