How do you get the current normal?

There is the MovementPlaneFromGraphSystem.SampleSmoothNavmeshNormal method that you can use, though it’s not really written for ease of use. It’s mostly for internal use.
It handles a lot of edge cases pretty well, though.

Thanks :slight_smile: