Skip to main content

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

Were you using Unity 6 URP? I also had an issue with decals which were important to the game. I found out that part of the problem was that Unity 6 uses forward+ render by default (at least for URP, maybe others) and that borks the decals in webgl and causes a bunch of other issues. It barely worked at all in Firefox. Switched URP to forward rendering and set decals to screen space and now it's all good.

https://gongylus.itch.io/the-vaults-below-durn-a-field-study

You nailed it! We were on Unity 6.3 LTS using URP. I played around with some settings but was ultimately just too exhausted after a long week to spend the time troubleshooting and fixing the Web support. I'll be taking a look at your game a little later this afternoon to check it out, thanks for sharing your experience and the fix you put in place!