luxkun / ReGoap

Generic C# GOAP (Goal Oriented Action Planning) library with Unity3d examples
Apache License 2.0
1.03k stars 147 forks source link

Problem in AStar #44

Open PLu55 opened 2 years ago

PLu55 commented 2 years ago

I'm using AStar.cs in a path finder. There was a problem that nodes that should have been on the path where lost. The problem was fixed by changing the break statement at line 76 to continue. I believe break here is a mistake.

Kind regards PLux

a38782615 commented 1 year ago

tks