How to stop falling through floors and colliders in Unity
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 [...]
Get Social