AleksandrHovhannisyan / Steering-Behaviors

Demo of separation, alignment, cohesion, and wandering steering behaviors in Unity using spheres as boids. Behaviors can be toggled at run time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

About

Demo of separation, alignment, cohesion, and wandering steering behaviors in Unity using spheres as boids. Behaviors can be toggled at run time.

License:MIT License


Languages

Language:C# 100.0%