Skip to content
#

navmeshagent

Here are 60 public repositories matching this topic...

Developed an MMORPG game where a simple Player finds the shortest movable path and moves to the designated area on the Terrain when right-clicked. Used NavMesh Agents and Obstacles to develop the Game. This method is used on all MOBA and MMORPG based games like League of Legends, Dota 2, World of Warcraft, etc and on GPS and Navigation systems too.

  • Updated Apr 28, 2023
  • ASP.NET

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 navmeshagent 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 navmeshagent topic, visit your repo's landing page and select "manage topics."

Learn more