Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

HDRP eye graph - any samples?

Discussion in 'Graphics Experimental Previews' started by undecyce, Nov 20, 2020.

  1. undecyce

    undecyce

    Joined:
    Oct 17, 2019
    Posts:
    8
    Hi!

    I'm really curious about this eye graph master node in HDRP Shadergraph, however there are almost no sample or tutorials on the internet, and the documents is unfinished. Maybe it's still in early development.

    Do we have any like samples to help figure it out?

    Many thanks.
     
  2. Grimreaper358

    Grimreaper358

    Joined:
    Apr 8, 2013
    Posts:
    789
    In the newer versions of HDRP (I'm currently using 10.2.0, haven't tested it in 10.1.0), you can find an eye shader that's included. You can either find it in the project browser under packages and open it or create a new material and add the shader to it and open it from there with right-click. This is all with Unity 2020.2 beta and above since HDRP 10 is for 2020.2

    upload_2020-11-20_0-53-42.png

    upload_2020-11-20_1-14-10.png
     
  3. undecyce

    undecyce

    Joined:
    Oct 17, 2019
    Posts:
    8
    Found it. Thanks a lot!
     
    Grimreaper358 likes this.
  4. chap-unity

    chap-unity

    Unity Technologies

    Joined:
    Nov 4, 2019
    Posts:
    766
    Also, while we find the time to add them in the HDRP Material samples, you can find materials and textures that works with this graph in github here.
     
  5. undecyce

    undecyce

    Joined:
    Oct 17, 2019
    Posts:
    8
    Thanks! Really helpful