Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Agent using Off Mesh Link even with "Auto Traverse Off Mesh Link" set to false?

Discussion in 'Navigation' started by cloverme, Jan 11, 2023.

  1. cloverme

    cloverme

    Joined:
    Apr 6, 2018
    Posts:
    176
    I've got a navmesh with an off mesh link connector setup and activated. Agents will use the off mesh link in the path even if Auto Traverse is set to false.

    My agents have states that I've created for them and based on the custom state I may want them to avoid using Off Mesh Links when determining a path.