Our game uses CanvasGroups, and on some devices the ui is very blurry and hard to see. Is there anyway to keep the CanvasGroups clear on all devices?
(Its a WIP dont judge)
Our game uses CanvasGroups, and on some devices the ui is very blurry and hard to see. Is there anyway to keep the CanvasGroups clear on all devices?
CanvasGroups change their resolution/ quality based on client capabilities. If you want higher quality, use them sparingly, they use up quite a bit of memory, and the more memory being used, roblox will limit canvasgroup quality to help. If you can, use frames and folders instead and use canvasgroups only where necessary.
I would recommend only using a CanvasGroup during the actual animation that requires them. CanvasGroups currently will always look more blurry than regular UI.
The quality of the CanvasGroup is controlled by the user set QualityLevel, which they can access in the Roblox-icon/settings menu.