Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

EdgeCollider2D Collision not working at vertices

Discussion in '2D Experimental Preview' started by jc-drile77, Aug 17, 2018.

  1. jc-drile77

    jc-drile77

    Joined:
    Jul 1, 2014
    Posts:
    230
    My character´s colllider seems to get stuck whenever he collides with an inner corner having some downforce.
    Note this was made pre-tilemap and uses my own plugin. Ground colliders are just EdgeColliders2D, they used to work fine back in 5.3 when this was made. Attached gifs will explain the bug better than I will ever be able to.


    Animation2.gif




    Animation.gif

    Currenly changing them to PolygonCollider2D, but imo EdgeCollider2D should do the work just fine.