Before you yell at me, yes, I did read the documentation... Pathfinding Doc
In this test, I'm trying to move the player on mouse click around the object.
In test 1, I just sent pathfinding on the object and find a path on click, then move along the path when it is found. This results in the collision area overlapping each other (not colliding)
Demo Pathfinding 1
Demo Pathfinding 1 capx
In test 2, I added 8 directions behavior AND pathfinder. The result is the player getting stuck on the on the "wall" object..
Demo Pathfinding 2
Demo Pathfinding 2 capx
What am I doing wrong?