I just updated to the latest version of the pathfinding package but I’ve lost the graph data from some of my levels. It just gives me one or two errors when I select the AStarPath game object in the scene:
-
“There are no graphs in the scene”
-
“BadReadException: bad read of entry meta.json from compressed archive.
Pathfinding.Ionic.Zip.ZipEntry._CheckRead (Int32 nbytes)”
This also happened with the last upgrade a couple months ago too.
Some levels seem to upgrade the data successfully and I receive the ‘trying to upgrade path data’ message, but what can I do to preserve the data in the other levels during upgrades?