Hello,
I was wondering if it is possible to use a NavMesh Graph (not recast graph) and still either use GraphUpdateObject to modify tags, or use NavMesh cutting of some sort. My current attempts don’t appear to change the paths of my AI based on GUOs.
I can get the dynamic behaviour I am looking for using a Recast Graph, but since I already have a statically generated nav mesh for my level I would prefer use that for performance reasons.
Basically, I just want my AI to avoid things the player might put in it’s way (ie a chair or crate). The level itself isn’t going to change in any major way. What is the best way to go about this?
Thanks!