Greetings,

Like the title states, I would like to have an AI move in reverse. I'm using the move AI to move vehicles around my scene and so far so good. But I would like to have a delivery truck pull into a driveway, wait x seconds, backup and continue on it's waypoint created path. I haven't had any luck changing speeds as a waypoint is being approached so it's still in the beginning stages :) Any advice would be awesome!

On second note, is there a way to have vehicles avoid each other? Kind of like how combatants can Give Way to the leader. This would be used in places like intersections and such. I know it sounds kind of strange :) But it's working pretty well so far.

Thanks :)
  • Those things should be handled by your movement solution, the move AI only sets the targets where to go (with some additional stuff, e.g. to give way to the leader so that the player isn't blocked by AI members).

    E.g. if you're using NavMesh, it has avoidance stuff implemented.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Alright, thank you :)
Sign In or Register to comment.