Skip to content
#

navmeshsurface

Here are 18 public repositories matching this topic...

learn how to show a path to a specific target without using a NavMeshAgent. We'll calculate the path on a NavMesh from the player's current location (controlled via a Third Person Controller) to the target location, and show that with a LineRenderer. The path calculation has a few knobs to turn, how high above the NavMesh to draw the line and ho…

  • Updated Oct 5, 2021
  • C#

In this tutorial repository you will learn how to make a NavMeshAgent traverse a NavMesh without using SetDestination nor the mouse to click-to-move. We'll use the keyboard to move the NavMeshAgent along the NavMesh instead, apply a configurable smoothing to the inputs so the agent doesn't abruptly swap directions and rotations.

  • Updated May 30, 2022
  • C#

Improve this page

Add a description, image, and links to the navmeshsurface topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the navmeshsurface topic, visit your repo's landing page and select "manage topics."

Learn more