Steering-Behaviors
Steering-Behaviors copied to clipboard
Demo of separation, alignment, cohesion, and wandering steering behaviors in Unity using spheres as boids. Behaviors can be toggled at run time.
Steering Behavior Demo: Spherical Boids
A simple project to demonstrate the following steering behaviors, as defined by Craig Reynolds:
- Separation
- Alignment
- Cohesion
- Seeking
Simply run the project and enable/disable the behaviors you want to see in the GroupManager's inspector pane. Here's an example with alignment, separation, and seeking turned on (and cohesion turned off):