Create a CanvasGroup inside the GUI and insert a TextLabel in it.
Set Studio graphics quality to Level01.
Expected Behavior
I expect the TextLabel’s text to be clearly visible on all graphics qualities.
Actual Behavior
The text is extremely blurry and hard to read. If you parent it to anything other than a CanvasGroup, the text will be clearly visible. This works for Frames, ImageLabels, ImageButtons and TextButtons as well.
We added hard limit before to restrict the size and memory of CanvasGroup when your graphics setting is low, however we realized that the limitation we set might be too conservative. We have internally did an evaluation and we might just bump the memory and size limit for canvas groups in lower quality settings. Also we plan to release improved quality for better readability for text when they get scaled down in the next few weeks. Thanks for the patience.