DoN's 3D Pathfinding for Flying A.I. [Support Thread]

Yes, the path is correct and it’s still running. Multi-threading is not enabled.

I debugged it and it’s completely skipping the switch case in the TickTask function “switch (myMemory->QueryResults.QueryStatus)”

When the obstacle is not there, this switch succeeds correctly. However, when the obstacle is there, it doesn’t even enter the switch statement.