Hello,
Fairly new to scripting in Unity, and I’m looking for advice or some examples of script pertaining to AI flocking behavior. I’ve been given an assignment to make 11 AI characters move in an emergent arrowhead formation (http://www.scribd.com/john_fang_5/d/54597230/70-Emergent-Formations page 147). The characters follow a leader who is controlled with the arrow keys, and are supposed to stay in formation as the leader moves through a series of obstacles.
If anyone has any examples of making AI groups move in formation, or any links of a good place to start, it would be much appreciated. So far while using unity I’ve only ever used a single AI character; making 11 move together is kind of daunting. Thanks