Search Unity

Question Switch master node in Graph

Discussion in 'Shader Graph' started by MattFS, Jul 11, 2020.

  1. MattFS

    MattFS

    Joined:
    Jul 14, 2009
    Posts:
    219
    Hi, how do we set which is the 'active' master node in a Shader graph?


    I was creating experimental stuff with the Unlit, which is also good for debugging in any light condition. Now I want to hook up to the Lit Master, but Unity doesn't seem to allow this. Nor does it allow the first master node to be deleted.
    upload_2020-7-11_14-34-46.png
     
  2. alexanderameye

    alexanderameye

    Joined:
    Nov 27, 2013
    Posts:
    1,383
    Right click on the master node -> set active, then you can remove the other one
     
  3. MattFS

    MattFS

    Joined:
    Jul 14, 2009
    Posts:
    219
    Ah great - thanks for that!