I have a mesh collider on a tube object (to simulate a pipe). The particle emitter is cone shaped and inside one end of the pipe. The particles bounce around and move along inside the pipe… this works well.
But then imagine a box-like object that pushes down through the middle of the pipe. This box-like object has a mesh collider on it. When the box moves into the pipe, the particles are blocked from moving along the pipe and the particles stay on one side. This works pretty well.
But… there are a couple of renegade particles that sometimes will escape the gate or the pipe itself.
Is there a method to make sure no particles ever escape the pipe or get past the gate?
Thanks!