How to stop falling through floors and colliders in Unity

By |2020-02-14T16:12:36+00:00May 22nd, 2015|Categories: Game Development, Unity3D|Tags: , , |

Recently I have been working on a 2D platformer which uses the inbuilt Unity Physics and Rigidbodies. One of the challenges I ran into was  that when the player moved above a certain velocity, it would sometimes pass through colliders. This would lead to the player getting stuck inside the floor when landing a from a [...]