How to create particles effects - Jeanmilost-Godot/Godot GitHub Wiki
- Add a
GPUParticles3D
node in your scene - In the Inspector on the right, under Draw Passes, select a shape for your particles. Also add a material for the shape
- Under Process Material, add a new
ParticleProcessMaterial
- This should lead to a minimal starting point for particles. When you see the particles appear in the scene, configure the different properties until reach the effect you want