No image show in build apk depends on device

I’ve developing a game like candy crush with a group of people. The map is made by 30 clickable button to enter a game session, scrollable, with a long background image covering all the 30 buttons.

In build, in some android device, the background image is missing and it shows a plan blu color instead of the long image.

I tried image component or rawimage but still nothing works. Maybe the quality is too big that in some devices the app turns off the image by itself? I dunno

Hi,

I am not aware of this issue. Can you please log a bug (and submit a project that we can use to repro the problem) please? You can do so by clicking on Help > Report a bug… in the editor. Thanks!

Thx for the answer, i found out the problem in another topic. The image size is too big. I set maxsize for my image to 16380px, because if i dont that, the image is blurry but for some android devices, the image is too big to be shown