I am attempting to follow the tutorial at http://arongranberg.com/astar/docs/getstarted.php. I’ve downloaded the free version, created a new project, and imported everything in the package. After creating a plane and a few cubes (and placing them in the appropriate layers) I created an empty GameObject named “A*”. I add the component “Component->Pathfinding->Pathfinder”, and this is what I see in the inspector:
https://www.dropbox.com/s/5krjzwe1k30hn65/AStar%20Screenshot.PNG
Am I just doing something incorrectly at this point?
Hi
You are running in to some compiler errors. Check the console for what they might be.
No wait, you are running the inspector in Debug mode. Go to the small arrow to the top-right of the window (next to the lock symbol), click it and select “Normal”.
That was it! Thank you! Am I in the minority for using debug mode in the inspector? I use it all the time, and I assumed that was a common thing.
You might want to consider including a note about debug/normal mode in your Getting Started tutorial. I’ll mark this an answered as well in case someone in the future is searching for the same thing.
Thanks!