- Home /
2D character getting stuck on objects with colliders.
Hi, I have a 2d platformer and I'm having trouble with colliding objects. Things like blocks that need to be jumped over, if walked into, will make the player stuck and unable to move at all. I have tried adding non-friction material to all objects and even the Player, as well as trying platform effectors. Nothing seems to work, and this problem is seriously hurting my game. Any help would be greatly appreciated.
what do you use as a character controller? (->script) does it change behaviour on collision?
Hmmm. Not that I can see. Could it be an issue with rigidbodies maybe? $$anonymous$$y character has a rigidbody but not the objects.
Your answer

Follow this Question
Related Questions
Collision detection issue 1 Answer
Best way to implement an advanced collision system? 1 Answer
Why can't I destroy this object!? 3 Answers
OnCollision Works for one script but not the other? 2 Answers
More realistic physics? 0 Answers