Search Unity

Ingame baking with navMesh plus?

Discussion in 'Burst' started by Seehundy1995, Mar 22, 2021.

  1. Seehundy1995

    Seehundy1995

    Joined:
    Mar 22, 2021
    Posts:
    6
    Hello,

    i use navMesh plus for pathfinding in my 2D Game.
    How i bake my navMeshsurface2D ingame per Script? For a 3D Surface i need to write „navMesh.BuildNavMesh();“, but in the Inspektor i cant order my 2D navmeshsurface in the Variable - public NavMeshSurface navMesh. To order a usually navmeshsurface3D is no Problem...

    please i Need help!!!