Spawning Character in Runtime

Hello NicolasMond,

The entire CPP is too huge.

However I found the problem: (I actually found many)

  1. In BP of the character he Movement Component was set to NavWalk - which as I can see ignore collisions.

So BuG#1 when I drag and drop the character to world - it uses OhyWalking for some reason, but when spawned dynamically it is nav walking.

  1. Detour Crowd Bug…
    It appears that Detour Crowd completely ignore NavigationQuerryFters when it tries to avoid
    other pawns - and this is a huge bug…
    It makes the while detour useless…
    Since it supports only 1 agent (navmesh) it also unreliable in terms of filters…

Please note that when you are doing MoveTo it will respect the filter if specified or has default
but when the CrowdManager will repath upon collision with some other agent
no filters applied.

  1. NavMesh Walking - is unreliable and stuck every time it wants to climb up hill even if the
    hill is 100% marked as walkable my recast… and I assume because of the trace condotion
    that traces only down - for nav poly.