How do i set the mesh visibility. I dont want to just DISABLE the mesh, but i need it to be INVISIBLE.
Specifically … Navigation Mesh… I need the mesh to exists so i can do path finding, but i dont want to see nav mesh in the scene… I dont see any kind mode meshInstance.visible = false or meshInstance.visibilty = 0.0 or anything like that… So my question is … How do make Invisible Meshes ???