I am working on a game where I want to have objects floating around inside a space. Each object has a random motion but should stay inside an invisible cube.
Is there a way to use a cube primitive that calculates collider information based on the inside of an object?
My tests so far have not shown the cube acting as a container.