Hello,
I'm trying to make a wave survivor shooting game, and I want the skeletons collide each other, not to fusion, and not going through walls and obstacles (trees, rocks).
They move with a custom movement (set angle to the player and a speed at 100)
But I've tried different ways to make them collide. If overlapped with..., stop moving, move to angle +180, nothing works correctly so I don't know. I also tried to use boolean variable to make sure they dont try to move backwords every tick, but in this case they just forget about collision and just go through anything
Can u help ?