I have created a 2D game in Unity and have successfully created it PC build now I want to port it on Android devices. I have created the android build and It works on most of my android devices except on Samsung Galaxy tablets. On Samsung Galaxy tablet devices, it does not display the main menu backgrounds. I have checked dimensions of the image these are 2048 X 2048. In the inspector of unity the properties of image are asss follows: type is sprite, max size is 1024 and compressed On other android devices,(google nexus, micromax phones, bluestacks) it displays the images properly. Can anyone please guide me?
Hi I found out what I was doing wrong. the textures were not appropriate according to the resolution of the screen. After I created another set of textures and setting the compression and max size to 2048 X 2048 it started displaying.