Search Unity

Using the render mesh as navmesh

Discussion in 'Navigation' started by hakankaraduman, Aug 30, 2017.

  1. hakankaraduman

    hakankaraduman

    Joined:
    Aug 27, 2012
    Posts:
    354
    Hi,

    I want to know if I can use the mesh in MeshFilter also as the NavMesh?

    I want to have 1 navmesh tile for 1 unit and it takes a lot of time in the runtime to create it.
    My levels are procedural and I need exact accuracy so the agents are always on the surface graphically.

    Is it possible? Thanks
     
  2. DwinTeimlon

    DwinTeimlon

    Joined:
    Feb 25, 2016
    Posts:
    300
    AFAIK this is currently not possible.