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 demo showcases how 2D particle systems work in Godot.Language: GDScriptRenderer: Mobile
2D Particles
This demo showcases how 2D particle systems work in Godot.
Language: GDScript
Renderer: Mobile
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/118
How does it work?
It uses GPUParticles2D
nodes
with ParticleProcessMaterial
materials. Note that ParticleProcessMaterial
is agnostic between 2D and 3D,
so when used in 2D, the "Disable Z" flag should be enabled.
Screenshots
This demo showcases how 2D particle systems work in Godot.
Language: GDScript
Renderer: Mobile
Reviews
Quick Information

This demo showcases how 2D particle systems work in Godot.Language: GDScriptRenderer: Mobile