Hi, I’m making a simple physics puzzle game where you rotate the level clockwise and anti clockwise to navigate a ball to a target through a maze like puzzle. However the ball is not colliding correctly with the maze walls.
The maze is made up of cubes that are stretched into shape. They are all a child of an empty game object placed in the centre of the level and they all rotate around that and that is how the ball moves. Sometimes the collisions are ok but then out of nowhere it just falls through. Each stretched cube has its own box collider.
Has anybody any idea how to fix this?