Instead of using a NavigationAgent node you could just query a navigation path with the NavigationServer3D.map_get_path() instead if the query is simple or use the PathQuery objects for more complex queries. Using NavigationPathQueryObjects — Godot Engine (latest) documentation in English
2 Likes