Is there any fix to this particular problem? Every time the mobs come together, they get stuck and then move in a line. The velocity of each mob is the same in magnitude and the direction is directly towards the player.
Clip of said problem :
Mobs getting stuck together. Godot 4.1
cindyfollows101 Try using circular colliders.
xyz I'm already using circular colliders. I've even tried changing the sizes of the colliders with little effect.
- Best Answerset by cindyfollows101
cindyfollows101 Next you can try varying the velocity a little bit.
xyz It kind of worked. I varied their velocities from each other by a small amount and it works. A million thanks.