About Graph Updates during Runtime

I’m learning pathfinding.
When I checked the Procedural sample project, I found that the map grid was not correctly updated after the SomeBox object was removed.
How can I update the map grid?

Hi

To update the graph you will have to issue a graph update using code. Alternatively you can attach the DynamicGridObstacle component which will handle most things automatically, but gives you less control.
See https://arongranberg.com/astar/docs/graph-updates.php