I have an image that measures 3826 × 5329, sprites measure 765 × 1330
when I test the game I get the following error
Any ideas?
I have an image that measures 3826 × 5329, sprites measure 765 × 1330
when I test the game I get the following error
Any ideas?
Because of texture limits of many Android devices we resize any image to 2048 on the long side at run time and scale up or down from there.
The simulator uses the texture rules of the computer it’s running on which is way larger than the limited memory mobile devices.
Rob
Thanks Rob!
I will work in the sizes of the images
Because of texture limits of many Android devices we resize any image to 2048 on the long side at run time and scale up or down from there.
The simulator uses the texture rules of the computer it’s running on which is way larger than the limited memory mobile devices.
Rob
Thanks Rob!
I will work in the sizes of the images