Search Unity

Connecting scenes navmeshes

Discussion in 'Navigation' started by holykiller, Jun 4, 2016.

  1. holykiller

    holykiller

    Joined:
    Nov 1, 2013
    Posts:
    10
    hi i'm trying to do an open world by putting terrains together and each terrain have its own navmesh ,im trying to use off mesh links to move from one navmesh to the other but i can't get it to work i'm using the navmeshagent.move() to move the player ,and not the set destination ,is there any way to get around this?
    thanks for the help !
     
  2. D12Duke1

    D12Duke1

    Joined:
    Feb 14, 2016
    Posts:
    103
    do a teleport? it doesn't have to be extreme or noticeable.. Just do a teleport from the closest even number on the other terrain and setup a .02 trigger to make that happen :)