Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Racing AI around Spline
#1
Hi.

I am trying to create a racing AI which will use Rigidbody physics for movements.

What I am trying to figure out is how to make the Race AI opponents to move around the spline like some AI will be on the left side of the spline and some will be on the right and not on the spline. Like any NFS game.

More details, I am not using any wheel colliders. AI will use one big sphere collider for handling collisions.
Reply
#2
Hi

That's a pretty complex question. I have never done a racing AI, so I can't help much, but what I can say is:
I guess that in your AI logic you have a way to specify what direction/point to steer towards. If that is the case, then you can use the following methods to get points/directions related to the spline:
CurvySpline.Interpolate
CurvySpline.GetTangent
CurvySpline.GetOrientation

Combining these methods, you can define points that are close to the spline but not on it.

I hope this helped
Have a nice day
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44
  How could I get position in spline from "From" value in BuildRasterizedPath? Chanon 1 8 02-12-2024, 09:54 PM
Last Post: _Aka_

Forum Jump: