Before manipulating our level and getting the hang of all the recipes, we need to download some assets from Unity's GitHub repository.
Setting up the NavMesh building components
Getting ready
Some of us probably have some experience with the navigation engine that Unity has included for quite some time. It is important to have grasped the basics of creating a NavMesh by baking them via the Navigation window, and to understand the basics of the NavMeshAgent component.
How to do it...
To download the assets from the GitHub repository:
- Go to the following web address...