Object doesn't move through intersection of other objects
Hello. I'm making Mario clone and I faced a simple problem I can't solve. My ground is made from a lot of identical bricks and when enemy is moving horizontally on them sometimes they get stuck on the intersection of two bricks ( it moves for some time and get stuck on a certain intersection, even if he moved through intersections of same bricks many times before getting stuck). Those bricks are set on a same Y position but enemy with boxcollider still can't move through that intersection like if on brick would be a little bit higher than another. If I pause the sene and set enemy position a little higher, than he continue to move horizontally. Can somebody please hep me, because this problem is driving me crazy.
Your answer
Follow this Question
Related Questions
Is there any good sample code for shooting a projectile and collision detection? 0 Answers
Problem with DontGoThroughThings script 0 Answers
Help With NavMesh 0 Answers
OnTriggerEnter not being called 2 Answers
Compatible collision constraint methods 0 Answers