Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

What is the best way to show expected path to user visually?

Discussion in 'Editor & General Support' started by xtr33me, Mar 7, 2019.

  1. xtr33me

    xtr33me

    Joined:
    Nov 2, 2011
    Posts:
    90
    I'm working on a training app and I currently have a series of waypoints around a scene that are placed in a specific order. I have a dictionary of these waypoints I build which designates the proper sequence the user must follow. If the user does not pass through the waypoints in the correct order, I go to an overhead camera view (In training state) and I now want to show a visual path that the user is supposed to take around scene.

    I was just curious if there is a recommended approach that works here, or even any good plugins. I don't mind coding though either. Thanks!
     
  2. xtr33me

    xtr33me

    Joined:
    Nov 2, 2011
    Posts:
    90
    Seems that Line renderer will be the proper choice for my case. Have to pretty it up some, but the path is similar to what i was looking for. Is there a way to curve the line created by line renderer....similar to a bezier?
     
  3. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,193
    There's no built-in bezier tool. There seem to be some free and not-free options on the asset store you could try, though.
     
    xtr33me likes this.