Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 703 Bytes

File metadata and controls

12 lines (8 loc) · 703 Bytes

Pathfinding Multithreaded

Simple implementation of the AStar algorithm for Unity. The pathfinding is done on another thread so it will not impact the main thread.

Example

The part in yellow are the nodes that are computed and the part in magenta is the path. This is a 232x232 weighted node map.

Demo Demo Demo Demo