Hey Aron,
Just trying to figure out what I’m doing wrong again. I have a scenario where players can build fences in a circle and can completely close off an entire area of terrain with a fence (so nothing should get inside the area). If I update the fences bounds’ area (using a graph update scene component) to modify the node tags underneath the fences to be a different tag, my agents will not path at all. I’m using “closest on node” for the seeker (both start and end points).
However, if I update my fences nodes to modify the walkability of the nodes (i.e. set the nodes unwalkable), then my agents WILL path, and properly find the closest node to the end position.
My problem is I would like to use tags and not have to modify the walkability, so that I can have some agents walk over those nodes, but not others. But the tags don’t seem to be working right now.
Any ideas on why this might be?
Thank you.