Search Unity

Navmesh does not work when I change scenes.

Discussion in 'Navigation' started by letsgo00, Mar 27, 2015.

  1. letsgo00

    letsgo00

    Joined:
    Mar 23, 2015
    Posts:
    2
    I've made 2 scenes the first i a menu the second is the level witch has the navmesh. When I click play and load the second scene I see an error in the console: "NavMesh asset format changed. Please rebake the NavMesh data". I tried to rebake it but it kept saying that. So what should I do?
     
  2. Jakob_Unity

    Jakob_Unity

    Joined:
    Dec 25, 2011
    Posts:
    269
    This error is shown when navmesh was built with Unity versions older than 5.0 - make sure you rebuild (or clear) navmesh and then save the scenes.
     
  3. BigRookGames

    BigRookGames

    Joined:
    Nov 24, 2014
    Posts:
    330
    I see the same issue with a project built in 4.6 and when I upload to 5.1x it shows the same error. I Clear and Bake the scene again and save, but the error still exists. What else can it be?