Can someone explain me why i cant get my unit to reach desired coordinate by pathfinding?
...i mean its nearly there but its allways several pixels off.
is there a way to get it to move to targeted coordinates exactly?
thanx
Develop games in your browser. Powerful, performant & highly capable.
Can you just move your soft target by a few pixels?
of course i can... that was plan "b" if it tuns out that its not my wrongdoing but rather that pathfinding is a bit flawed.
Pathfinding is unfortunately a bit flawed, try to make sure that your original imagepoint is in the centre. Also try to change the cell size so it matches the size of you object, that might help.