Skip to main content

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

I'm having issues with the shaders on 4.5, is it supported?

Hey. Which effects are you having issues with?

(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;

Also, on 4.5 all the animation players stop working, they don't load the main animation. So I had to port all the animation players, 4.5 serializes the default AnimationPlayer library as libraries = { &"": SubResource(...) }.. your scenes use libraries/ = SubResource(...), which loads as empty in 4.5.. just fyi

maybe everyone is already on 4.6 and beyond, but i cannot move, the project is too big :D