I would like to either stack 3 objects once they are batched and have them travel as 1 or send 1 object through and destroy the remaining two.
In my current model I have the batch collect 3 and release 1. One object goes to the next queue but the remaining two objects stay on the current queue.