npruehs / ue4-rts

Real-time strategy plugin and showcase for Unreal Engine 4.
MIT License
747 stars 151 forks source link

Overlap on multi unit move order #161

Closed NovanMK2 closed 3 years ago

NovanMK2 commented 3 years ago

When I issue a move order to multiple units they all overlap with no collision. Is there a way to have them get close to each other with overlapping?

NovanMK2 commented 3 years ago

Here is a couple screenshots of what I mean HighresScreenshot00002 HighresScreenshot00003

NovanMK2 commented 3 years ago

I was able to solve the issue by changing the base class of my unit from pawn with the RTS movement component to Character with a Character Movement Component.