Sketchy looking buttons in android
The buttons are children of a ScrollRect, and they start to look sketchy whenever I scroll the ScrollRect.
Normally they should look like this: (https://imgur.com/BJA6cmq)
But they look like in this photo: (https://imgur.com/g2ESCmi)
It doesn't happen only with the checkboxes, but also with the rest of the buttons...
Any help is appreciated.
$$anonymous$$y first impression is that this is a scaling issue. Is the RectTransform scale of the checkboxes and their parents' set to (1, 1, 1)?
Yes, everything that I have in the scene has its scale set to (1,1,1). Could it be because of a quality setting ? (I have the default settings)
EDIT: I tested the application on another phone, but it looks like this happens only on $$anonymous$$e. The resolution is the same, but my display is a little bit bigger
Your answer
Follow this Question
Related Questions
Losing image quality in Android after build 2 Answers
Android UI error 0 Answers
How to change the position of a button? 1 Answer
The UI Button Hitbox changes after using a Input Field on Android 1 Answer
Android UI push Multiple buttons Help 0 Answers