Open madebykrol opened 7 years ago
IPathNode and findPathAsync Implementations are not thread safe.. Cannot run two or more simultanious path finding threads.
Issue lies with how the cost of each node is calculated. Every Navigation Mesh Node is being written to by each running thread resulting in a race condition for each path finding thread.
IPathNode and findPathAsync Implementations are not thread safe.. Cannot run two or more simultanious path finding threads.