A* Pathfinding Project 3.1 Released!

Yay! Now it is finally here! Version 3.1 of my pathfinding system.
The upgrade should be hassle free (hopefully). However ListGraphs will not have their settings preserved. This is because I have renamed the ListGraph to PointGraph (better name) so it will not find the graph type ListGraph anymore.
The whole serialization system has been rewritten as well. It is now a lot more stable (no custom written hackish stuff) and is aimed to be both forwards and backwards compatible (well, not with the old system, but when updates to the new serialization system are made). It is based on Json and now you can actually save graph data, unzip it (yes it is stored as a zip) and edit the graph settings by hand!
Anyway, too many new features to list here (seriously!). Check out the changelog: http://arongranberg.com/astar/docs/changelog.php

Version 3.1 has been submitted to the Asset Store, but it might take a few days for it to be approved.

One comment

  1. Tuhljin says:

    The download page currently has this message:
    “Hm… It seems the 3.1 version might have a few bugs (most of them related to that I against my better judgement downgraded the project from U3.5 to U3.4).
    In the meantime, here’s version 3.9”

    Does this mean you’re working on a new version to be released soon (actually soon, not “soon”)?

Comments are closed.