My loading bar looks fine at medium-large sizes like the pic below:
But when you scale the width to a small value, the uicornerloses its rounding and becomes straighter.
How can I fix this to make it look better?
Here’s what I’m working with:
3 Likes
Its because the bar is getting smaller than the curve can go, and if you want the smallest the bar can be to look like just a circle then you could limit the bar from getting any smaller than when the x and y size are the sameㅤ:P
You can use a CanvasGroup to fix this problem, make sure the ScreenGui “ZIndexBehaviour” is set to “Sibling”
Canvas Group:
No Canvas Group:
9 Likes
This is such an amazing tip, thanks!!!