Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser





Quick Information

A total rebuild of my previous clouds system, designed to address a lot of the issues I had with that original version.

SunshineClouds
30 Minute DeepDive: https://youtu.be/hqhWR0CxZHA?si=deiHEKe2ezKc1ix4
Videos:
Updates:
2.1: Mostly bug fixes following asset release on the asset library
2.0: Rebuilt from the ground up to use the compositor system, improving performance and visuals.
Features
- Fully volumetric clouds, extendable as far from the camera as you want with the correct settings
- Easy Setup (besides getting the addon installed it comes down to like 3 clicks)
- Performant (I use resolution options with upscaling and depth handling, allow for soft clouds at low resolution you can still fly through)
- Soft visuals, or cartoony, styling options allows for a wide range of options
- Entirely procedural, or paint in clouds using the editor tools, able to paint in density as well as color to tint clouds differently depending on region
Installation
- Download either here or in the asset library by searching for "Sunshine Clouds 2"
- Activate Plugin (Project->Project Settings->Plugins->SunshineClouds2)
- Add a SunshineCloudsDriverGD node to your scene
- Ensure your scene has a World Environment present in it
- Press "Generate Clouds Resource" button in the driver
- Add a directional light to the "Tracked Directional Lights" array on the driver
- Have fun!
Eye candy
(Terrain not included, that comes later xD )
Contribution
Feel free to make pr's or issues here, I will fix them as able, I will love to see whatever you all come up with!
If you wish to support me directly you can do so over on Patreon: https://www.patreon.com/c/Bonkahe Thank you so much to all the wonderful people who support me.
Current outstanding issues
- Need to implement screen space shadows
- When shadow cookies are available (A pr is currently live with someone working on this in the Godot repo, I will pursue this whenever they get it merged)
License
This plugin has been released under the MIT License.
A total rebuild of my previous clouds system, designed to address a lot of the issues I had with that original version.
Reviews
Quick Information

A total rebuild of my previous clouds system, designed to address a lot of the issues I had with that original version.