- Home /
Question by
RooseViper · Jun 04, 2020 at 03:50 PM ·
c#aipathfindingastaravoidance
How do i get the IsPathPossible() function to ignore some nodes using Astar Pathfinding Project
Hi everyone, in my project i have different types of agents all using the RichAI script, some are able to traverse through off-mesh links using NodeLink2, some are not. For the agents that don’t traverse through off-mesh links, i am trying to detect if a path is reachable using the IsPathPossible() function and the problem i am facing is that whenever the Off-Mesh Link Nodes are active, the agents still detect the path through these Off-Mesh Link Nodes. Is there any way of perhaps ignoring these Off-Mesh links for these specific Agents ?
Comment