Android – Loaded texture rendering black

Hi,

I have a strange issue on Android. I am trying to load this texture and apply it to an unshaded material:
( Sorry imgur interpolates the colors when scaling it up, but it is basicly a 6x12 texture with random colors )

( Actual resolution of file: )

When I run it on PC, it looks just like expected, but on Android the grid is rendered completely black. Like this:

However, if I GENERATE a texture on android and assign it to the same material, it renders just fine:

Is there something wrong in the .png format I am using? I am not getting any exceptions…

try a power of 2 texture

2 Likes

Yup, that solved it. Thanks @wezrule !