godot-demo-projects/3d/navigation/README.md

17 lines
401 B
Markdown
Raw Normal View History

2022-06-09 05:56:58 +02:00
# 3D Navigation
2020-03-08 02:29:42 +01:00
2022-06-09 05:56:58 +02:00
Navigation demo for 3D scenes, with a character
able to pathfind around a static 3D environment.
2020-03-08 02:29:42 +01:00
The navigation path is drawn using a line.
Code is provided for polyline following in 3D.
Language: GDScript
2024-08-29 03:09:22 +02:00
Renderer: Compatibility
2020-03-08 02:29:42 +01:00
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2743
2020-03-08 02:29:42 +01:00
## Screenshots
2024-08-29 03:09:22 +02:00
![Screenshot](screenshots/navigation.webp)