Hi, I want to make a road network that has two lanes, it must allow vehicle AI and being able to display navigation on the road like GTA. I am using unreal engine, so I know I can use splines and then use a pathfinding algorithm with the spline points, but it must allow for two lanes, so do I just add an extra spline for the left side and right side of the road or can I just use one? What are ways I can implement this?
Thanks