Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I remember your post from before, sorry I didn’t get to look into it at the time.

So, if you can hear the game’s music, but can’t see any image, it most likely is one of 2 things:

  1. Your device does not support OpenGL ES 3.0+, however it seems your model supports up to OpenGL ES 3.2, so this is probably not the problem, but if you could, please confirm me that it does indeed use OpenGL ES 3.2.
  2. There is a script error on load that breaks the game. But the problem should happen in all versions, so could also be a small incompatibility, but for knowing what is happening, I would need to read the game’s log, which I don’t know if you can find on Android because of file system restrictions.

If the problem is none of the above, I can’t diagnose it with the current data unfortunately.

If you can verify the OpenGL ES version in your device, or access the game’s logs, it would help a lot :).

Ah this helped me figure it out.

 I had "Force 4x MSAA" enabled in the dev options, disabling it fixed the issue.


(1 edit) (+1)

Oh that is a new thing! Glad to have helped out :).

Maybe a topic for common issues/solutions should be created.