Hello,
When I run my project, I notice that all nodes are set as walkable by default. However, I would like the default state to be non-walkable for all nodes.
How can I do that?
(I am using grid graph.)
Hello,
When I run my project, I notice that all nodes are set as walkable by default. However, I would like the default state to be non-walkable for all nodes.
How can I do that?
(I am using grid graph.)
Hi
You could, for example, use the Grid Graph Rule called Per Layer Modifications, and then add a rule for whatever layer your ground is that makes the nodes unwalkable.
Hi,
Okay. Thank you.