HaywireInteractive / OnAllFronts-Public

UE5 MilSim FPS / RTS Game (formerly ProjectM)
MIT License
115 stars 22 forks source link

Use Detour Crowd for soldier NavMesh navigation with avoidance #920

Closed Leroy231 closed 3 months ago

Leroy231 commented 5 months ago

Currently our Mass avoidance solution can lead to soldiers getting outside the NavMesh bounds. Detour Crowd makes sure to avoid obstacles while staying within NavMesh, but it's designed only to work with actors. Also Mass avoidance leads to entities colliding into each other when they shouldn't.

TODO:

Notes: