Search Unity

Feature Request Sub graph not inheriting Mesh for preview

Discussion in 'Shader Graph' started by spaceemotion, Dec 30, 2019.

  1. spaceemotion

    spaceemotion

    Joined:
    Sep 29, 2015
    Posts:
    95
    I have a custom subgraph that I use in one of my shader graphs. It works based on a 1D-Value so the easiest way to display the outcome for me is the "Quad" mesh.

    However, the sub graph does not inherit the "main preview" setting of its parent, making it really hard to decipher what's going on.

    upload_2019-12-30_17-34-10.png
    (the red one is my subgraph)

    Changing the main preview on the sub graph to Quad also does not make it appear in the parent graph (I guess it really is just for preview purposes). Am I missing a setting or something?
     
  2. alexanderameye

    alexanderameye

    Joined:
    Nov 27, 2013
    Posts:
    1,383
  3. spaceemotion

    spaceemotion

    Joined:
    Sep 29, 2015
    Posts:
    95
    Thanks for the tip! I‘ve changed the thread type to feature request accordingly.