Crates.io | landmass_oxidized_navigation |
lib.rs | landmass_oxidized_navigation |
version | 0.1.0 |
source | src |
created_at | 2024-07-25 05:19:48.380048 |
updated_at | 2024-07-25 05:19:48.380048 |
description | An integration between bevy_landmass and oxidized_navigation for AI navigation. |
homepage | |
repository | https://github.com/andriyDev/landmass |
max_upload_size | |
id | 1314693 |
size | 136,537 |
An integration between bevy_landmass
and
oxidized_navigation
.
landmass
is the core navigation system with bevy_landmass
as the Bevy plugin
for it. With both of these crates, providing the navigation meshes to landmass
is still the responsibility of the user.
Thankfully, oxidized_navigation
provides navigation mesh generation based on
your world's colliders. landmass_oxidized_navigation
exists to automatically
convert your oxidized_navigation
meshes into bevy_landmass
navigation
meshes, so navigation meshes are created automatically!
To use landmass_oxidized_navigation
:
oxidized_navigation
).OxidizedNavigationPlugin
.Landmass3dPlugin
.LandmassOxidizedNavigationPlugin
.Archipelago3d
with the OxidizedArchipelago
component.License under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.