No Material Rendering In Mobile

When i click the play button for testing for PC my game looks like this

But when i play it on my mobile (“Android”) i get this mess

Make sure your textures are at a powerful of 2. Ipad requires square power of 2 (i.e. 256 by 256, 128 by 128, etc). I believe android they don’t have to be square but they do have to be at a power of two (i.e. 256 by 128)

The texture in question was about 7000 x 7000 and the device could only support 2048 x 2048 textures