I want a sprite to find the shortest path using a set of predefined points. Is there a way for Pathfinding to do that?
Bascally I have a grid of squates with 4 Imagepoints on the each. I would like the Pathfinder to stick to those Imagepoints only.
EDIT: All my squares are isometric.
And I want the sprite to stick to those image points, and go in straiht likes from each one.
Sorry about leaving that out.