ITADN
vleue/vleue_navigator

版本发布 7

v0.15.0
? · 2026-01-19
v0.14.0
? · 2025-10-18
v0.12.0
? · 2025-05-12
v0.11.1
? · 2024-12-22

* Use avian 0.2 instead of relying on a patch

v0.11.0
? · 2024-12-09

* Update for Bevy 0.15 * `NavMeshBundle` has been removed and replaced by required components. [`NavMeshSettings`](https://docs.rs/vleue_navigator/latest/vleue_navigator/prelude/struct.NavMeshSettings.html) 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
? · 2024-10-02

* agent radius can be used on the outer edges of a triangulation when generating a NavMesh #64

v0.10.1
? · 2024-10-01

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