Navigation issue: get_simple_path always returns a straight line

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By VanKurt

I’ve set up a simple 3D scene with navigation as shown in this video:

The baked naviagtion mesh looks good, all obstacles are correctly “cut out”.

But when I call get_simple_path on my Navigation instance, it always returns a straight line from start to destination (returns only two points). All obstacles in the way are totally ignored.

Can anyone give me a hint why this might happen?