Particle System in Godot?

Godot Version

4.2.2

Question

Just a quick question I have been meaning to ask since starting in Godot is: does Godot have any sort of particle system. I used a particle system in Unity which has ok to good, and Unreal which has a version that is ok to fantabulous, but, haven’t seen or heard anything about Godot especially in 2D.

Thankyou and Regards.

yes. 2D particle systems — Godot Engine (stable) documentation in English

2 Likes

Rightio, time to get stuck in a learn the basics of the system.

Thanks for the quick reply.

1 Like

there’s more depth into it other than said in that documentation, when you try to use shader to make the particle, either using Shader Particle type or Particle Shader from material

It’s very easy to set up a particle system in Godot. Check out this video.

1 Like

That rain effect is killer. It’s so, basic, but, for this it really works :sunglasses: :sunglasses: :sunglasses:.

Thanks.

1 Like

Heh, I am glad you liked it. :sunglasses: Yeah, the Godot particles are pretty powerful. Definitely worth doing more experiments.

1 Like

hahaha! Ya, got me.

I didn’t realise it was your YouTube channel :grin:.

Godot has 2D and 3D particle systems.

1 Like