godot-docs
godot-docs copied to clipboard
Navigation2d Overview References Incorrect Methods
Your Godot version: 4.0
Issue description: Tutorial code refers to non existent methods:
-
set_target_location
not found -> should beset_target_position
-
get_next_location
not found -> should beget_next_path_position
URL to the documentation page: https://docs.godotengine.org/en/stable/tutorials/navigation/navigation_introduction_2d.html
Fix #6823 is not merged and missing the setter.