Search Unity

Question Navmesh prefab/ navmesh platform?

Discussion in 'Navigation' started by yuriythebest, Jan 4, 2023.

  1. yuriythebest

    yuriythebest

    Joined:
    Nov 21, 2009
    Posts:
    1,125
    Greetings all! I'm making a level generator - is it possible to have not just navmeshObstacles (that I use to make walls) but something like platforms to create floors? thanks!
     
  2. androvisuals_unity

    androvisuals_unity

    Joined:
    Mar 23, 2020
    Posts:
    47
    Use the navmesh surface component, generate all level geometry. when that's done set it to bake the navmesh data with code.