Skip to main content

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

Every time I go for a mana build my game lags. Any suggestions? It doesn't happen for anything else but if I have like 3 or more manastones in my inventory everthing just starts lagging.

That's due to the flood flow algorithm used by Unity WebGL, and is unfortunately bound to happen. It's not apparent in the Steam release, though.

Thanks for the info. Only ten more months then

I've found that a lot of manastones on their own don't cause much lag, but when you have adjacent items that utilize the mana stones in some way (powering them up, requiring them, etc) then the calculations get insane and that's when lag happens a lot.
For example, if you have like 10 manastones and a wand, it's not that bad. 10 manastones a wand and a shield ring that uses mana, and now it's churning.

that is very helpful info thanks