Skip to main content

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

Particles problem at HTML porting (fixed)

A topic by khalynin created Nov 30, 2021 Views: 125
Viewing posts 1 to 1
Submitted (2 edits) (+1)

The particles in my game are not appearing on the browser export of my game. I have tried both GLES2 and GLES3 as well as particles2D and CPUparticles nodes to see if there is a change. None worked.

Edit: tried on chrome and edge, both didn't work so probably not an error on browser side.

Edit2: It turns out itch was promoting the pre-cpuparticles version on game launch despite opting to change the game version. I deleted the project and now  all I gotta do is change every particle2d to cpuparticles :)