#basic collision between the same entities.
6 messages · Page 1 of 1 (latest)
Hi, maybe you can take a look at bevy_rapier
Thanks! Im adding it right now, But the only thing I noticed, is it seems to be tanking my FPS when I get anywhere above 30+ colliders. The colliders are part of the enemies which also track towards the player at all times. So when there is an abundance of enemies, they will all collide with eachother when they converge on the player
I haven't but I'll give it a try and see if it makes an impact. I'll let you know how it goes thanks!