How do I hide the navmesh? in godot 3.5

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By hidemat

Currently if I have a navmesh in my scene it is always visible. Even if the navigation node is not select it. Sometimes I just need to see what the seen looks like without having the navmesh overlaid on the floor. Anyone know how to hide it?

:bust_in_silhouette: Reply From: jgodfrey

Maybe you have Visible Navigation selected from the editor’s Debug menu? If so, try to uncheck that.

:bust_in_silhouette: Reply From: USBashka

Visible in the editor, right? You can just press eye icon (in the right corner of the node), don’t forget to make it visible after that. Or you can completly hide it by clicking View>Gismos>NavigationMeshInstance in the top menu of 3D View.

Thanks that did it.

hidemat | 2022-07-14 22:13