Other projects

UnitySteer

A port, adaption and expansion of the OpenSteer steering library to the Unity engine. Ricardo Méndez did most of the coding so far – with me on the back seat helping in with the early steps and offering design ideas along the road.

Project page

Navigation (unreleased)

An expansion for Path, this Unity pro – only plugin integrates functionality of the Recast navmesh-generation project into Unity and Path. Currently this works by the user simply tagging all Game Objects with geometry, which should be considered for navigation, and hitting a generate button – violá world is navigatable.

While this expansion requires Unity pro, nothing will change in the Path runtime – meaning Path projects will still be able to run in webplayer etc.

Still on the TODO:

  1. Include automatically setting up grid a grid network to connect near navmeshes.
  2. Find hooks to automate re-generation of navmeshes.
  3. Project cleanup.
  4. Beta testing
  5. Release?
  6. Runtime re-calculation of navmeshes based on physics interaction.
  7. Beta testing
  8. Release.