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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

I look for the pathfinding system of my case.

Discussion in 'Navigation' started by MRBAEK, Jun 15, 2015.

  1. MRBAEK

    MRBAEK

    Joined:
    Sep 30, 2014
    Posts:
    13
    hello.

    I try to make evade simulation.

    but, basically unity's navmesh don't support runtime navmesh bake.

    so, how to solved my problem?

    case:
    1. run my program.
    2. select file and load 3D model(*.obj or my custom model format).
    3. create model mesh.
    4. 3D model has multiple floor and linked stair or slope.(ex, building, cityhall, apartment)
    5. initializing path or navigation data.
    6. do pathfinding.

    any ideas?

    thanks for read.

    best regards.