5000 ECS Boids!

A boid simulation implemented using Unity ECS. Each boid in the scene is an autonomous agent that implements separation, cohesion, alignment, wander, flee and constrain behaviours. There is also a procedural animation on each of the boids and a custom shader that assigns colours:

Code on my git repo:

https://github.com/skooter500/ECSBoids

Leave a comment