Hi I want to implement a road network. I would like to implement road markings or a mini map that shows the directions to the destinations. I know I can use splines (which I may use to create the roads) but I am not sure how I would create the navigation system from where the player is to the destination. Is it possible to use the nav mesh? The road must have two or more lanes too
Any ideas or different approaches I can take to implement such a system?