In green is the path generated by the Seeker component. Red is unwalkable nodes. Towards the end of the path, it cuts diagonally between two unwalkable nodes. However, this shouldn’t be possible. So, I’m guessing I have some setting all wrong. I need to know how to prevent such nodes from connecting diagonally.
I have a custom GraphModifier component that sets the nodes to be unwalkable OnPostScan(). So, no physics is being used to determine the walkability of nodes.