In my project I have a rigidbody cube inside of a hollow box that falls in a straight line down along the y-axis (all rotation and movement except y-axis motion is restriction). When the cube is only touching one wall of the cube, it falls as if there is no friction between the container and the cube (this is the desired result). However, if the cube is falling along an edge of the containing cube (touching two walls of the containing cube) it falls slower as if there is friction. If it begins falling from the corner of the containing cube (touching three sides of the inside of the containing cube) it falls extremely slowly. Each wall of the containing cube is a separate object modeled in bender and imported with colliders and scale set to 1. I have set the physics material for all objects to a frictionlessMaterial which has all values set to 0 and minimum.
tl;dr How to I get an absolutely frictionless environment for my cube to slide happily around in?