Search Unity

Can NavMesh work on over separate objects?

Discussion in 'Navigation' started by EternalMe, Jun 15, 2021.

  1. EternalMe

    EternalMe

    Joined:
    Sep 12, 2014
    Posts:
    183
    Hey! Let's say I have 2 cubes and they are very close. Both have nav-mesh on top. Will the agent walk over them or I need a Link?
     
  2. warthos3399

    warthos3399

    Joined:
    May 11, 2019
    Posts:
    1,749
    Did you try/test it out? Best way to get your own answer... :)
     
  3. warthos3399

    warthos3399

    Joined:
    May 11, 2019
    Posts:
    1,749
    Ok, yes you can, get Unity's NavMeshComponents from GitHub, you wont regret it, and use NavMeshLink. With it you can link any 2 surfaces... :)