Hello, I’m looking for a pathfinding library, that will work with Unity 3. I’ve beed trying diffeerent pathfinding libraries lately and none of them works. They all give all sorts of errors in the console after unpacked, from syntax to missing indicators and other stuff, that aren’t actually missing. Can you point me to a working library ?
Does Aron Granbergs one work?
Also unitypackages are not for “unpacking” but for import, just to be sure
Yeah, that’s what I ment by “unpacking”.
Am, I tried his library long ago and it wasn’t working. Does it work on your Unity ?
http://www.arongranberg.com/unity/a-pathfinding/download/
Works great in Unity 3, or at least the beta version does. Also worked in Unity 2. I’m willing to bet that the AngryAnt pathfinding also works.
Sorry for the slow reply, but the electricity in my neighbourhood went out yesterday
AngryAnt’s library was the first one I tried I think and it didn’t work for me. And I tried Aron Granberg’s library again and look at this error for example:
I’ve just put the package in my project and replaced several files when I was asked to do so.
I don’t get what this error means, but I’ve had errors that I have fixed (with other libraries) and than other other errors, twice as much, pop.
Does anyone get this error with Aron Granberg’s library?
Just comment out the line. The error message tells you exactly what’s wrong. Fixing this is pretty trivial compared to actually implementing pathfinding in your project.