2D platformer: character getting stuck on side of 2d box colliders
I am currently making a 2D platformer, but I've noticed that when the player doesnt clear the jump but still touches any box collider and holds the forward key he will just sort of stick to it, I have tried using circle colliders on the player character but he still just sticks to it while you hold the forward button, anyone know a fix? (ps: I'm new to video game making if that helps in any way)
Answer by MastersOfUs · Jan 08, 2016 at 03:14 PM
Make a physics material with low friction and apply it to the colliders of your player.
THAN$$anonymous$$S! this issue has been a thorn in my side for too long
Your answer
Follow this Question
Related Questions
How to check for colliders when teleporting the player in a 2D game? 0 Answers
transform.localScal not flipping 0 Answers
How to have UI Manager come up on collision? 0 Answers
C# delaying command 0 Answers
No overload for method. (Question) 0 Answers