9-Slicing corner help

Revamp to my previous topic Topic

I’m trying to 9-slice an image that will round the corners more on mobile devices, so I’m trying to set it below 1.0 so It’ll decrease the corner size. Whenever I do this say 0.6 or 0.7 the corners decrease but I cant get the the same resolution as the object with the 1.0 SliceScale would have.

Say for example I have a slice scale of 0.6, and I set the Slice center to 60, 60, 207, 135. The corner radius increases but the reolution decreases.

The 1.0 SliceCenter is 100, 100, 395, 251

So I’d subtract 40 from each one, correct? I tried this with SliceCenter 0.5 and it works, but not for any other number.

0.6:

0.5:

Thanks,
Skylexion

You can just use an UICorner and set the corner round to 0.02,0 so that will make it the same round on all devices because the round on the scale or make it 0,8 for exemple for the offset

It’s an image label. It wouldn’t work.

UICorners do work when parented to an ImageLabel, if im not mistaken.

1 Like