Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 913 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 913 Bytes

Unity Boids

100 000 fish boids interacting using Unity ECS.

Video of boids in action:

Inspired by Codetrain's video on boids and quadtrees:

And Sebastian Lagues video on boids:

Also includes a version made with Octree and normal Unity GameObjects for performance comparison.

Unity assets used:

Learning resources: