10. Navigation and Pathfinding.

March 03, 2018

 

10.1. Unity Documentation.


• Navigation and Pathfinding.
The navigation system allows you to create characters that can intelligently move around the game world, using navigation meshes that are created automatically from your Scene geometry. Dynamic obstacles allow you to alter the navigation of the characters at runtime, while off-mesh links let you build specific actions like opening doors or jumping down from a ledge. This section describes Unity’s navigation and pathfinding systems in detail.

10.2. Video Tutorials.



• Youtube AAV Week 10.




• Unity Tutorials - Navigation.
Find out about Unity's 'Nav Mesh' pathfinding system.