I’m using a recast graph and trying to follow the guidance on these two links:
https://arongranberg.com/astar/docs/tags.html
https://arongranberg.com/astar/docs/graphupdatescene.html
But I’m having no luck. I’m trying to make 1 area of my graph unwalkable for certain agents and another area have a penalty so that they can walk over it but avoid it if possible.
So far they are completely ignoring this though and when I scan the graph under penalty and area modes in the Settings > Debug section I’m not seeing any changes to the gizmos on the edit view so I’m guessing I’m doing something wrong.