I have this situation:
A has pathfind to Z
B has pathfind to A
I want C to be be an obstacle to A - Z, but when I set this C also becomes an obstacle to B - A. I don't want this to happen.
Shouldn't the 2 pathfind behaviors work independently?
How can I make this work?