sturdyspoon / unity-movement-ai

A Unity library for common movement AI
MIT License
1.95k stars 280 forks source link

Flying flocking clumping issue #12

Open mistergreen opened 4 years ago

mistergreen commented 4 years ago

Hey, When I set the flocking 3D to fly with no gravity, StayGrounded is false, the flocking objects clump together confused, especially at the center of unity space (0,0,0). It's like a gravity well. Let me know how to fix it.

It seems like they lose direction velocity when they're on top of each other.

Thanks.