Open
Description
Which demo project is affected:
https://github.com/godotengine/godot-demo-projects/tree/master/3d/navmesh
Description:
The existing Navmesh demo uses the Navigation node, which will be deprecated.
I created a minimal example using the new NavigationServer with NavigationAgent here:
https://github.com/dirkk0/godot-navigationserver-example
It may need some tweaking due to overshooting, but it works.
Activity