Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Unfortunately all textures are black for me, you did in Godot, right? Did you use GLES3 or GLES2?

Yes this game is made with Godot with GLES3. What is interesting is that i had a problem with black textures initially. I needed to disable a couple of flags during texture imports and it fixed the problem for me. And like 4 browsers i tested it with. May i ask what is your browser?

I use Safari, which tends to have more problems than other browsers. I think for HTML exports GLES2 is preferable as it is more compatible.

Thanks. Next time i will probably start with GLES2 for web games. Won't need the extras for game jam game anyway :).