Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 464 Bytes

RVO2-Unity

use rvo2 (Optimal Reciprocal Collision Avoidance) in unity.

https://github.com/snape/RVO2-CS

screenshot

Feature

  • add dynamic add/del agent in runtime.
  • add ObstacleCollect to convert BoxCollider to RVO Obstacle
  • add find near agent API queryNearAgent
  • simple example for use in unity

Requirement

  • Unity 2017.1.2
  • No other SDK are required.

Author

warmtrue