 roto23
|
so I’m doin the starter tutorial and it doesn’t work..
http://www.arongranberg.com/astar/docs/getstarted.php
I add the plane, I add 6 cubes as obstacles. I create a grid graph and set width and height to 100 and node size to 1 and I get “vertex count > 60000″ error
|
 roto23
|
I increased the node size to 2 and reduced the width and height to 50 just so I can proceed. I got all the way through the tutorial and it says it found a path, but I see no green line depicting the path. Any ideas?
|
 Aron Granberg
|
Make sure Draw Gizmos is on in the editor, and also make sure it’s toggled on the Seeker component.
Check the logged path result, how long was the path? If it was 0 or 1 nodes long, it might be too short to show up.
Too bad about the 60K vertex error, it’s not anything I can do about it really. Try running it in Unity 3.5, I have heard it occurs less often in that version.
|