I have a tile map for a 2D game I am making.
The tilemap has a tilemap collider, Composite Collider, and Platform Effector 2D.
When I try to jump through the platform, sometimes I don't always make it. When this happens, I end up falling through and colliding with the bottom portion of the Composite Collider.
Is there any way to fix this?