Unity3D Navmesh and Pathfinding

Unity3D provides us with some very convenient means to do path finding with navigtion mesh and agent. You could find a very short tutorial about this

http://docs.unity3d.com/Documentation/Manual/NavmeshandPathfinding.html. With such article I created a very simple demo, let a capsule reach to some targets while avoid go though some bricks, just as the following screen shot:

screenshot

The completely project and source could be found from here.

posted @ 2013-06-02 08:22  opencoder  阅读(295)  评论(0编辑  收藏  举报