Make crows fly in circle

I’m trying to write a script to make a group of crows in my game fly in a circle over certain buildings, however I’m not getting anything close to working. I searched around and can’t find anything. I was going to set the height manual when I add them to the scene, I just need them to move in a circle. Any tips or ideas?

Use a waypoint script. There are plenty available or you could even make one on your own. Arrange the waypoint in the circle that you want the birds to fly in.

If you want them to move in a natural chaotic way, I recently coded a crowd simulation where everybody was aiming toward the barycenter of them all, with a leader being much more heavier than the rest.

A simple way would be to use the animation window, but that might take a while if you have a lot of crows, but you could make a circle animation for one crow and make that a prefab and place several in the scene, but that might look too…robotic?

if you hava a fly script add a atacher to the crows and in the middle attach another to the ground