Help with ui on different devices


Scaling doesn’t really fix these issues you see on the picture including
-stroke too thick on smaller devices
-Uicorner is more round than it should / looks weird
and the usual stuff, any recommendations of plugins or other things

Should I consider making different UI for different devices. I just think that feels a bit tedious consider how almost every game has optimized ui.

1 Like

You can fix it by script but it’s little bit hard.

For UICorner, consider using SCALE in [S, O] than Offset. It ranges from 0-1.

Using a UICorner, you shouldn’t use a radius more than 20 pixels. If you want a circle, use 1, 0. More than 20 pixels could raise the issue you have since some screens are small, and it would become noticeably large.

You could help by posting a script.