I have images with 5000x4000 px resolution (GUI graphics) and take from it Texture Regions of size about 200 x 200(they are buttons). When i build this project for desktop everything is okay whereas built for android is not... Instead of images only black canvas are drawn.
Asked
Active
Viewed 35 times
0
-
Sizes greater than 2048 are not supported on all Android devices. – Tenfour04 Sep 12 '17 at 13:26
-
you can't render that big image on Android as every device has it's own limitation of rendering bitmap. Check this out https://stackoverflow.com/a/15314838/1852343 – Sandip Fichadiya Sep 12 '17 at 13:26