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

This is an add-on for Godot 4, which automates the positioning of assets in a scene 2d.The basic setup is as follows:A Scatter2D node holds the positionning rules that can be edited in the inspector. This panel is very similar to Blender's modifier stack panel. Some modifiers create points, others change their transforms. You mix different modifiers in order to obtain the result you need.One or more ScatterItem nodes to select which asset you want to place.One or more ScatterShape items to define the area where the scattering happens.
This is an add-on for Godot 4, which automates the positioning of assets in a scene 2d.
The basic setup is as follows:
A Scatter2D node holds the positionning rules that can be edited in the inspector. This panel is very similar to Blender's modifier stack panel. Some modifiers create points, others change their transforms. You mix different modifiers in order to obtain the result you need.
One or more ScatterItem nodes to select which asset you want to place.
One or more ScatterShape items to define the area where the scattering happens.
Reviews
Quick Information

This is an add-on for Godot 4, which automates the positioning of assets in a scene 2d.The basic setup is as follows:A Scatter2D node holds the positionning rules that can be edited in the inspector. This panel is very similar to Blender's modifier stack panel. Some modifiers create points, others change their transforms. You mix different modifiers in order to obtain the result you need.One or more ScatterItem nodes to select which asset you want to place.One or more ScatterShape items to define the area where the scattering happens.