HaywireInteractive / OnAllFronts-Public

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

Fix BP_FunctionalTest_SimpleAvoidanceWithObstacles #1017

Closed Kalchev89 closed 1 month ago

Kalchev89 commented 2 months ago

The avoidance system we use has a limitation where it doesn't handle the scenario in BP_FunctionalTest_SimpleAvoidanceWithObstacles correctly. @Leroy231 made a fix recently which will detect this case and cause soldiers to stop moving when the get blocked by another soldier to prevent them from trying to go through another soldier. In the future we can explore a solution to this but for now we should:

Leroy231 commented 2 months ago

Merged into https://github.com/HaywireInteractive/OnAllFronts/issues/656

Leroy231 commented 2 months ago

Merged into HaywireInteractive/OnAllFronts#656

Actually in that issue I kept the test disabled, so reopening this.