Walkablity based on Seeker type

Hi All,

I would like the walkablitiy of a graph node be based on the Seeker type.
Some agents can walk through a Node, others cannot. Can change during runtime.
What is the best approach?

Thanks.

Hi

Check out the “Penalties” example scene included in the project.
Also see: http://arongranberg.com/astar/docs/tags.php

Thanks Aron.
Looks like this will solve runtime changes.