Hi Aron,
I’m running into a puzzling problem where everything works great in Unity’s editor, but then when I build the game and run it, the pathfinding does nothing. I can’t figure out what’s going on.
I am working with a combination of JavaScript and C# for starters. And I’ve completely deleted and re-imported or re-installed the Astar Pathfinding Project folders and scripts several times, and tried several different folder configurations to try to get this to work but with no success.
At first, it was saying there was an error in the build due to a System.IO exception. And I’ve seen the error before where it turns out to have a problem with the GUI skins that come with the project for some reason. But then I completely deleted the project, re-installed it, made sure to run the API converter that comes with Unity 5.0, then made sure to press the “work with JavaScript” button on the Astar path script etc…
Several iterations of different file configurations later, and I can get it to build out pretty well with only some minor “warnings” but no errors. But the pathfinding in the actual build never works
I’m not even sure how to diagnose it at this point. Any ideas on what I could try or do?