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’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question Navmesh prefab/ navmesh platform?

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

  1. yuriythebest

    yuriythebest

    Joined:
    Nov 21, 2009
    Posts:
    1,108
    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:
    46
    Use the navmesh surface component, generate all level geometry. when that's done set it to bake the navmesh data with code.