Hi! I’m making a 2D top-down game (like old Pokemon games) using Unity 4.3 new features and I’m trying to make arongranberg pathfinding project work unsuccessfully
I made a test project to work on it, so far I have created a grid graph like this
http://oi40.tinypic.com/23vjfie.jpg
I added to my Enemy sprite the Seeker component, AIPath script, Character controller component and the Astar AI script that arongranberg has in his get started section A* Pathfinding Project
http://oi39.tinypic.com/9ucavb.jpg
But my Enemy (the red square) falls from the scenario, his Y position goes down and down with negative values, it never ends ![]()
So please if somebody can help me to make it work I would be eternally grateful ![]()