Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 411 Bytes

File metadata and controls

12 lines (9 loc) · 411 Bytes

Welcome to Dynamic Waypoints

Motivation

I wanted a little bit more flexibility than what Unity's Nav Mesh provided so I made this

Features

  • Waypoints automatically update pathing information when added to the scene
  • Waypoints set to dynamic automatically update paths when moved
  • Navigation colliders that automatically update waypoints and paths around them
  • Utilizes A*
  • Zero GC allocations