Skip to content

Releases: vleue/vleue_navigator

v0.14.0

18 Oct 22:42
e4ab179

Choose a tag to compare

chore: Release package vleue_navigator version 0.14.0

v0.13.0

07 Aug 23:28
911e51f

Choose a tag to compare

chore: Release package vleue_navigator version 0.13.0

v0.12.0

12 May 01:28
818b272

Choose a tag to compare

chore: Release package vleue_navigator version 0.12.0

v0.11.1

22 Dec 12:16

Choose a tag to compare

  • Use avian 0.2 instead of relying on a patch

v0.11.0

09 Dec 23:00

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

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

Choose a tag to compare

  • Fix system ambiguity between NavMesh update and transform propagation #62