Search Unity

Needing advise figuringing out the best way to accomplish a particular UI idea

Discussion in 'Getting Started' started by JapaneseBreakfast, Feb 24, 2019.

  1. JapaneseBreakfast

    JapaneseBreakfast

    Joined:
    Sep 7, 2018
    Posts:
    44
    What is the best way to create a UI where the player connects nodes? Something like this:



    So pretty much two little circles in which I drag a line in order to make a connection. I thought of using the Line Renderer, but not sure what's the best practice.

    I'm not asking for code, just some help pointing me to the right direction :) Thanks!

    * Sorry about the typo in the topic.
     
    Last edited: Feb 25, 2019
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    I'd use either Vectrosity (google will find this for you) or PixelSurface (shameless plug) for a situation like this.