Godot Version
4.2.2.stable
Question
For a small first project I’m trying to make I need all the particles to appear at the same time.
I’ve tried playing around with One Shot and a couple other properties but couldn’t achieve the result.
I suspect it’s not a good idea to create a bunch of GPUParticles3D nodes that emit one particle each, so is there a better way?