Is there any way in grid graph to make nodes ONLY walkable IF they are colliding with a certain layer? Like the opposite of how it is normally?
Hi
There’s no way to do this built-in, however you can create a script to invert all walkability values. See Graph Updates during Runtime - A* Pathfinding Project
If you use the beta version you could create a custom grid graph rule which does this (this makes it work much more easily and robustly with graph updates and other things). See Documentation
1 Like