Skip to main content

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

I don't even know where to start, i get 33k+ errors when opening in a fresh new project.   HitFX seems the problem. I believe every project has the same issues. I'm using MacOS though.

The fix for the shader:

streaks.gdshader

float streaks1 = sin((angle) * streaks1_count + view_offset + TIME) * 0.5 + 0.5;
float streaks2 = sin((angle) * streaks2_count - view_offset - TIME) * 0.5 + 0.5;