Attach a vehicle to multiple paths?
I'm creating a small mini game with a car on a small road map. I'd want the car to be attached to a path so there is no real steering. The roads sometimes intersect with each other so I was hoping to be able to have a "left/right" input, where once you're coming up to an intersection, you will have the choice of going left, right, or keep moving forward.
All I've been able to find is people attaching things to one path - and having a value of 0-1 to control the distance. This one however it seems there is multiple options. I almost want to treat the car like AI as it seems it may have some path finding, but also be able to override their decisions if the user chooses to go left or right.
This seems like it could easily be a very complicated implementation. Couldn't seem to find anything on the AssetStore - although someone here may know of something?
Your answer
Follow this Question
Related Questions
Can no1 help me??? 1 Answer
How to know which point that AI picked to move to? (A* Pathfinding) 0 Answers
How do I configure A*? 1 Answer
One script stopped working after update 0 Answers
Astar Pathfinding check if areas are connected (Please Help!) 0 Answers