Blinking gray line on one android device

Hi, everybody.
I had a problem with android build on 1 device.
The problem: HTML build and build on an old android tablet looks good - no problems.
On my another android device Xiaomi Redmi 4 pro there is a blinking gray line…
What can be the problem?

Looks like texture bleeding.

Why am I experiencing visual artifacts around the edges of my sprites?

That is a visual artifact called “edge bleeding” where the edge pixels of neighbouring pixels in an atlas bleed into the image assigned to your sprite. The solution is to pad the edge of your atlas images with extra row(s) and column(s) of identical pixels. Luckily this can be done automatically by the atlas editor in Defold. Open your atlas and set the Extrude Borders value to 1.

5 Likes

Wow, thank you, it works :smile:

1 Like