So, I'm using moveTo with pathfind(direct) to move an enemy, there are no obstacles, but instead of moving in a straight line, the path is in "L" shape all the time, like this:
But I want it straight like this:
Diagonal direction is checked and enabled on the pathfind behavior. Any ideas? Thanks!