I am using smart components to model a supply line of crates and a supply line of boxes that should be put into the crates. The crates and boxes are both generated by Source smart components.
Is there a way to do collision detection on those objects (creates and boxes)? I could only find information about using a collision set on static geometry.
Thanks