Skip to content

iosiftalmacel/Pathfinding-Multithreaded-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple multithreaded pathfinding implementation for Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages