The Free version can be downloaded here or on the Unity Asset Store. It is a Unity Package ready to be imported into any project. There are also example scenes in AstarPathfindingProject/Example Scenes.
A* Pathfinding Project (3475)
The Pro version can be bought here using PayPal
Or on the Unity Asset Store (search for it!)




Could you upgrade this to unity 3.5? I get a lot of errors. For example when I set the width and depth of a graph node to 100,100 it shows many artefacts with a lot of triangles, scan doesn’t work, and a lot more
Hi!
I downloaded the free version, when I hit play, the compiler complains about this:
AstarPathEditor.cs(1197,138): error CS0117: `Int3′ does not contain a definition for `Precision’
(Among other things like “can’t convert from x to y” but I assume those can be quickly fixed with casting)
I’m currently using Unity 3.5 beta if that is what’s causing the problems. Should I downgrade?
Thanks!
Hi
My best guess is that you have got another class in your project which is named Int3. Then it will conflict with my class. If you find such a class, put it inside a namespace or change it’s name and everything will work as expected.
Yes that seemed to be the problem. I created a new project and it works flawlessly. Now on to the Int3 hunting
BTW, amazing inspector menu, I appreciate the care taken in this aspect. Wow.
after i download the package and try to import it it says error could not decompress package what should i do?
Can people who bought the Pro version for older versions get the updated pro version or do we have to re-buy it?
People who buy the pro version will receive an email with a download link. This link will always point to the latest version of the project (at least for the 3.x versions).
getting this : Error while importing package: Package has unknown format
Which version of Unity are you using? I haven’t seen that error before, but my guess is that your Unity version is too old. Though it might be that the download became corrupted for some reason, so if you have a relatively new version of Unity, try re-downloading the file.
hi