h8man / NavMeshPlus

Unity NavMesh 2D Pathfinding
MIT License
1.76k stars 205 forks source link

CS0618: 'NavMeshVisualizationSettings.showNavigation' is obsolete ? #192

Closed m4nuelschulz closed 5 months ago

m4nuelschulz commented 5 months ago

When adding the components to my project I get 21 log.warnings like this:

Assets/NavMeshComponents/Editor/NavMeshSurfaceEditor.cs(314,17): warning CS0618: 'NavMeshVisualizationSettings.showNavigation' is obsolete: 'showNavigation is no longer supported and will be removed.'

Will this package still work in the future, or is it being depreciated by unities AI Navigation package?

h8man commented 5 months ago

It will work, and it will be supported. Right now it is complementary to AI Navigation

m4nuelschulz commented 5 months ago

Thank you for the quick response.