Player get's stuck on Tilemap Collider 2D
So, my player has an Box Collider 2D and an noFriction Material (friction = 0, bounciness = 0), my Tilemap has 16x16 pixel Tiles and I use the Tilemap Collider 2D to give every placed Tile automatically an Collider.
The problem is: The player get's stuck on the Tile edges when I use the Tilemap Collider 2D (only on this collider), this is completly random and I dont know how to fix this.
Answer by FeelMyGames · Aug 15, 2020 at 12:25 AM
I have the same problem I have a enemie patrol, if he walk over any box collider all it's ok, but if he walk over tilemap 2D collider, he get's stuck.
Both we have the same problem, any idea guys?
EDITED: I found the solution
Just check the Used By Composite, this group all boxes like a unic box and the problem is fixed :D
Your answer
Follow this Question
Related Questions
[HELP] Player passes through red tiles even though it shouldn't 1 Answer
Collider problems? 2 Answers
How To Smoothly Climb Over Tiles? 1 Answer
How do you deactivate a collider/gameobject for one player in a 2-player game with a button? 0 Answers
GameObject keeps colliding for sometime after being destroyed 1 Answer