NavMesh and Seek

EVG

Member
Hello, can you please tell me how to avoid the agent getting stuck when using Seek when the position point is blocked and the agent cannot reach the target?

Video for example:
 
You will need to perform some type of check to determine if the seek position is valid. If it is not valid then you can stop the task. This will likely be a custom conditional task.
 
Top