Navigation with the Nav Mesh Part 5: Areas and Paths
In this final part, we will improve our project by adding areas to the Nav Mesh with some different rules, and also use the CalculatePath() method to make the enemy check their path before deciding to follow it or not. Area Types We will now create a new terrain so that we can treat areas … Read moreNavigation with the Nav Mesh Part 5: Areas and Paths