AI Car Lane follow
Hi there I'm using the Realistic Car controller Asset with unity for a 3d racing game, still I'm trying to create some traffic cars but I'd like to know if it's possible to make them follow a certain path like a car lane.
The car goes following Waypoints along the road but I'd like to kind of restrain a bit the car's lateral movement so it goes just along the lane or something like that
How can I do this without getting another asset from the asset store?
I'm guessing it has to do with the navigator setting from the A.I. code and the Navmesh but what's the setting I should be looking for?
Thank you all!
Not really, just need a pathfinder like A*Pathfinding works well.
Any pointers on the pathfinding method to make this happen? I'm no expert yet :(
Your answer
Follow this Question
Related Questions
how can I implement navmesh in this script? 0 Answers
Navmeshs and Trees 1 Answer
Navmeshing in AR 3 Answers
NavMeshAgent dont find the right way on runtime build NavMesh 0 Answers