- Home /
Does Resolution of images used in game affect performance on Low End Devices?
I'm using HD png images in my game. Game works fine on Hi-End android devices. But when I try to run game on Low-End devices either game crashes or black texture is appearing on mobile. Please guide me how to fix resolution setting for multiple android devices and remove above problems.(BTW I'm making 2D game with orthographic camera)
Low-end android devices have HORRIBLE GPUs. You could try lower-res versions of your textures... if these are sprites, reducing framerate or total frames may help.. avoid shaders with multiple maps..
unfortunately, you will need to sacrifice the quality for it to work on these devices..
Your answer
Follow this Question
Related Questions
Android screen size 0 Answers
get different screen width in same Android device (Immersive problem maybe?) 0 Answers
Trouble on resize screen and anchor ui in android based version of Space Shooter tutorial 3 Answers
Android Resolution Problem 1 Answer
How can I fix the screen disturbance of android 4.1/4.2 ? 0 Answers