I have 3 scenes in unity 5.5.1f :
Scene base is permanent. (Contollers + Player + Manager...) + navmesh of scene 1.
Scene 1 + navmesh in his own scene folder.
Scene 2 + navmesh in his own scene folder.
When i start the game. I have my base + scene 1 with the right navmesh. But i think it use the navmesh of the base scene (navmesh scene1).
When i go to the scene 2, scene 2 dont load the navmesh of the scene 2.
I have the navmesh of my base scene (navmesh scene1) in the scene 2 too.
I tryed to delete the navmesh of the base scene but all the enemies are freeze if i do that.
Please how can i fix this. ?
Thanks for your help.