Help please ERROR:GAMESYS: Texture size 4096x2048 exceeds maximum supported texture size (1024x1024). Using blank texture

Hi i build my game for linux windows and android.
the game apk work fine on my phone.
But when i’m trying to run the windows game and the linux game, it not run.
i have this message.
ERROR:GAMESYS: Texture size 4096x2048 exceeds maximum supported texture size (1024x1024). Using blank texture.

Is there a way to unlimit texture size to 1024x1024 ?

i think that this is too big for a game but i think this will help you Magic Link Tutorial - Texture size 4096x2048 exceeds maximum supported texture size (2048x2048)?

Is Windows and Linux running on the same machine? What kind of GPU do you have? Are you using up-to-date drivers? It seems unlikely, but it could be that your GPU actually doesn’t support larger textures than that.

1 Like

I agree, we get that limit from the graphics card driver, so that would be the first thing to check that the driver is up-to-date.

2 Likes