Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 568 Bytes

File metadata and controls

13 lines (9 loc) · 568 Bytes

Dijkstra's Algorithm Unity

Hits

Shortest path finding using Dijkstra's Algorithm in Unity 3D, coded with C#.

Demo CountPages alpha

Download: WindowOS

Features:

  • Finding the shortest path from A to B.
  • Avoiding paths that are block.
  • RTS Units style selection system (drag mouse to select multiple nodes).