Download

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!)

Changelog

10 Responses to Download

  1. David says:

    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 :(

  2. Jonathan says:

    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!

    • Aron Granberg says:

      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.

      • Jonathan says:

        Yes that seemed to be the problem. I created a new project and it works flawlessly. Now on to the Int3 hunting :P

        BTW, amazing inspector menu, I appreciate the care taken in this aspect. Wow.

  3. sparta says:

    after i download the package and try to import it it says error could not decompress package what should i do?

  4. David says:

    Can people who bought the Pro version for older versions get the updated pro version or do we have to re-buy it?

    • Aron Granberg says:

      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).

  5. AJ says:

    getting this : Error while importing package: Package has unknown format

    • Aron Granberg says:

      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.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>