In this experiment, boids are explored using Unity. The video available at https://www.youtube.com/watch?v=bqtqltqcQhw shows the boids in action, while the ECS sample project at https://github.com/Unity-Technologies/EntityComponentSystemSamples/tree/master/ECSSamples/Assets/Advanced/Boids/Scripts showcases a better implemented and more performant version in Unity. The project also comes with an image available at https://i.imgur.com/Q1E488u.png. Overall, this experiment allows for a fun way to explore boids in Unity, with plenty of resources for both beginners and advanced users alike.