Skip to content

0.11

Latest
Compare
Choose a tag to compare
@TheGrimsey TheGrimsey released this 15 Jul 11:09
· 4 commits to master since this release
  • Added NavMeshSettings::from_agent_and_bounds helper for creating a nav-mesh with 'reasonable' defaults.
  • Added many NavMeshSettings::with_* functions to adjust the 'reasonable' defaults.
  • Added gizmo config group NavigationGroup for debug draw.
  • NavMeshSettings::max_tile_generation_tasks is now an Option<NonZeroU16>
  • Switch to using an EntityHashMap for storing tile relations.
  • Renamed NavMeshSettings::merge_region_area to NavMeshSettings::max_region_area_to_merge_into
  • NavMeshSettings::max_edge_length is now a u16 instead of u32. An edge can't be longer than tile_length anyway which is a u16.
  • Updated to Bevy 0.14
  • Support multiple Parry3d versions (adopted from PR by @BaronVonScrub)