Find Node under Agent on Grid Graph

How do I access the current grid node coordinates that an agent is on top of? I’m using a Grid Graph.

Hi

You can use the GetNearest method.

See https://arongranberg.com/astar/docs/astarpath.html#GetNearest2