There’s been a few updates pushed to the UnitySteer github repository , as well as the example project. They concern mainly documentation of the sample code, to ease the component’s use for new programmers just coming into it and unfamiliar with how to use it.
If you have...
We have been steadily working on a game, and as such the site has been quiet. I wanted to take a short break to discuss an issue that we ran into, as the algorithm may be of assistance to others.
We’re releasing UnitySteer, a library that helps your game characters or vehicles maneuver around a scene: how to accelerate and for how long, how to turn depending on vehicle characteristics, how to act when avoiding obstacles or neighbors, how to keep a distance from other agents, and many other cases.
Fast moving agent with obstacle avoidance example for UnitySteer.