Use CollisionManager, is there a way to know the collision direction ( top, bottom, right, left) when collision happens? just like RectMapCollider.
I want to do the following:
if player collide with enemy's top:
do something
elif player collide with enemy's right/left:
do something else