Hi,
I have a box collider floor of 3 units thickness and 8 balls of 3 units thickness.
When I stack the balls (just drop them on top of each other), they will eventually force the lowest ball in contact with the floor, through the floor.
Just using box and sphere colliders. I use Addforce each frame on the balls if that makes any difference, instead of gravity because later, each ball must fall downwards at different rates. For now the addforce is about -50.
This happens when they have a low amount of bounciness. Any solutions?