navigation.md 830 B

Navigation

Explanation

This C# Intermediate tutorial covers the basics of the navigation system in Stride. In our world we can have so called 'navigation meshes'. These are meshes that are generated around your level geometry. The navigation mesh is used to calculate the quickest path to a destination. We learn about the editors Navigation mesh settings, navigation bounding boxes and in code we learn how move an object to a destination.

Code

[!code-csharpNavigateCharacter]