Walk from node center to other node center

Is it possible to make the spider bot walk only from a node’s center to another node’s center?
I mean it shouldn’t matter where exactly the target position is, it should only point to the center of the node that the exact position belongs to.
Maybe with the Turn-based game update?

Thanks,
George

You can configure how the start and end point are snapped to the graph in the Seeker component under the ‘Start End Modifier’ subsection.

See https://arongranberg.com/astar/docs/startendmodifier.html

Thank you very much.