stark7
Hello,
My use case is that when a rigidbody detects a collision, I want a ParticleEmitter to trigger only once (like an explosion effect) and then stop by itself instead of triggering continuously until the node is removed. Is there a trigger on demand for particle emitters?
Also setting AutoRemoveMode doesn’t seem to do anything for me for some reason, in either the editor or my project.