Particle Shaders Tutorial for Godot 4.x?

Hi…,

there was this nice Godot 3.x particle shaders tutorial:

Is there a particle shaders tutorial for Godot 4.x?

Thanks

Mike

The tutorial is still there. Change the documentation version in bottom right corner.

Yes, but the internals have changed that much, that my particle shaders from Godot 3.5 give a bunch of errors. Nothing is working. I don’t know where to start.

Is there a working conversion of the fish tutorial code to Godot 4.x?

Even the basics have changed, and don’t work anymore, here an example:

Well follow the 4.x version of the fish tutorial. It should result in 4.x code.

Ah, I see now they are different. I will try, thanks, Mike