Changing Node Traversal Difficulty During Runtime

Hello There,

I was wondering if there was a way during a runtime update of the grid to change the difficulty of pathing through the nodes which are inside the Bounding Box. I was planning on using this in order to have AI avoid a specific area under certain conditions, but under other conditions the pathing through that area would be easier.

You might be interested in this page: Graph Updates during Runtime - A* Pathfinding Project