Make your NavMeshAgents Move Along Bezier Curved Paths | AI Series Part 35 | Full Tutorial in Comments

This page summarizes the projects mentioned and recommended in the original post on /r/Unity3D

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ai-series-part-34

    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.

  • I don't think this is the best option for enforcing some kind of a turn radius for a vehicle. If you're wanting the pathfinding from the NavMesh with a calculated path you'd follow a similar pattern as I've done here but ultimately the algorithm would be different in how you enforce that turn radius. It can be done, just not exactly the same way as this is. If you're just moving an Agent with a keyboard or controller, this video would get you going there https://youtu.be/5XxNHibLRlA

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts