 Mitchell Thelen
|
This post is similar to…
http://www.arongranberg.com/forums/topic/pathfinding-dosent-work-with-built-version/#post-1345
I’m receiving the same error as the original poster. Error: No open points. It builds fine on my development machine though. Has anyone else had issues using a List Graph on iOS?
|
 Aron Granberg
|
Hi
Which version of the A* Pathfinding Project are you using?
In 3.0.8 (I think) I updated the way some things in the List Graph were being serialized. I hope that has helped (I really hope it has, otherwise I have to come up with even more ugly workarounds).
|
 Mitchell Thelen
|
Thank you for the quick response.
I believe it’s the latest (I downloaded it within the past two days). I tried downloading latest and installing again with the same results. I also tried a number of different build settings with no luck. My builds were with the example list graph project.
If another release will take some time, do you have a solution for pathfinding on multiple floors? The list graph seemed like the most elegant solution..however, I’m open to alternatives!
Thanks,
-Mitch
|