Hello!
I’m making a classic sidescroller game. It reminds of the game ‘The Impossible Game’.
I have a box(player) that has a Charachter motor, FPS input that only allows it to jump, and a script that moves it to the right at all times at a constant speed. The box has a child camera following it.
I have some areas that the player can’t touch, or he will be taken to a checkpoint. And I have some platforms which the player can jump from to avoid the areas. But, every now and then, the player just fall straight through a platform. It happens like every 30 platform maybe(average), and it’s just random ones every time, and the next time I try it works. My platforms are just normal cubes with mesh filter, box collider, mesh renderer and a color material.
Why does this happen?