godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

NavigationServer2D documentation links to a tutorial that uses the deprecated Navigation2D class

Open timcode77 opened this issue 3 years ago • 1 comments

Your Godot version: v3.5.stable.official [991bb6ac7]

Issue description: The NavigationServer2D documentation points to a tutorial that uses deprecated Navigation2D.

URL to the documentation page: https://docs.godotengine.org/en/latest/classes/class_navigationserver2d.html

The "tutorial" in question is here: https://github.com/godotengine/godot-demo-projects/tree/3.4-b0d4a7c/2d/navigation

In general, the new NavigationServer2D documentation is very poor, giving no real indication of how to use it.

timcode77 avatar Aug 08 '22 08:08 timcode77

In general, the new NavigationServer2D documentation is very poor, giving no real indication of how to use it.

A lot of pull requests were recently opened to improve navigation documentation:

  • https://github.com/godotengine/godot-docs/pull/6044
  • https://github.com/godotengine/godot-docs/pull/6045
  • https://github.com/godotengine/godot-docs/pull/6046
  • https://github.com/godotengine/godot-docs/pull/6048
  • https://github.com/godotengine/godot-docs/pull/6049
  • https://github.com/godotengine/godot-docs/pull/6050
  • https://github.com/godotengine/godot-docs/pull/6051
  • https://github.com/godotengine/godot-docs/pull/6052
  • https://github.com/godotengine/godot-docs/pull/6053
  • https://github.com/godotengine/godot-docs/pull/6054

Calinou avatar Aug 08 '22 08:08 Calinou