- Home /
Player 2D getting stuck while moving
When I move the player sometimes it just stops like there's a wall in front of him. https://imgur.com/a/Kvei9ye I also attached the movement code: ![alt text][2]
Can't see anything too insidious here, is there anything else in scene aside from terrain + player? Also it seems to just be that single point on the terrain, is there definitely nothing in scene there, definitely nothing special about that bit of the terrain? This is a weird one
Answer by pijusranonis · Feb 09, 2021 at 06:40 AM
Fixed the issue, a sphere collider 2D works better than a box collider 2D.
Your answer
Follow this Question
Related Questions
Level design clone of King of Thieves 0 Answers
2D Platformer multiple spawnpoints 2 Answers
Physics2D checking if object goes out of OverlapArea 1 Answer
Timer jitters? SOLVED 0 Answers
How do I do a Snappy Jump in 2D with a 2D Jump Script? 0 Answers