Skip to content

Releases: vleue/vleue_navigator

v0.11.1

22 Dec 12:16
Compare
Choose a tag to compare
  • Use avian 0.2 instead of relying on a patch

v0.11.0

09 Dec 23:00
Compare
Choose a tag to compare
  • Update for Bevy 0.15
  • NavMeshBundle has been removed and replaced by required components. NavMeshSettings is now the main entry point for spawning a NavMesh that will be automatically updated
  • Avian is not supported out of the box as it hasn't been released for Bevy 0.15 yet. It should work if you patch it in your dependencies to https://github.com/Jondolf/avian#e23d070e

v0.10.2

02 Oct 00:10
d8ab037
Compare
Choose a tag to compare
  • agent radius can be used on the outer edges of a triangulation when generating a NavMesh #64

v0.10.1

01 Oct 23:57
fa8f3e2
Compare
Choose a tag to compare
  • Fix system ambiguity between NavMesh update and transform propagation #62