Hey,
I have a question regarding the following scenario:
I have a "player sprite" with 8 direction movement. Then there are around 100 mobs which all run to the player sprite (auto attack). But they overlap and if I walk in circles around those 100 mobs, it will take a view circles and then all 100 mobs are overlapping each other (only 1 mob is visible).
Is there a way to avoid this (without solid behaviour since this won't work on mobile for 100 mobs at the same time).
Just want to create the basic of something like the app "survivor io" (google it, has 10m+ downloads on GooglePlay).
Thanks for your help!