A downloadable asset pack

A rain and snow shader with parallax effect for the Godot game engine. It works by default with Godot 4 but contains comments explaining how to use it with earlier versions.

The shader can be applied to a ColorRect or TextureRect and will blend with their contents. There are alternative lines of code to render the rain/snow with or without a trail. See the comments in the shader for further details of how to set it up.

I used it in my game Sub Hunter.

The shader is distributed under the MIT licence and so can be freely used in your projects.

It has been written in Godot's shader language which is similar to GLSL ES 3.0 and so it can probably be easily adapted to work in other game engines.


I have move freely usable shaders on Godot Shaders.

StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorSteampunkdemon
Made withGodot
TagsGodot, parallax, rain, Shaders, snow
Code licenseMIT License

Download

Download
Rain and Snow Shader MIT Licence.rtf 1 kB
Download
rain_and_snow_shader.gdshader 2 kB

Comments

Log in with itch.io to leave a comment.

(+1)

Hey there, just wanted to let you know that I used your snow shader in my 2nd game while learning GameDev! ๐Ÿ˜๐Ÿ‘‹

Many thanks for sharing! ๐Ÿ‘๐Ÿ˜Ž

You can find the game on itch.io at https://danielthefox.itch.io/santa-catch

(+1)

Hello! You should add license and engine metadata. Read here how to do it