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

Shader Graph properties bug.

Discussion in 'Graphics Experimental Previews' started by eizenhorn, Jun 21, 2018.

  1. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,685
    I'm found some bug. Use 2018.2.0b9 and latest HDRP
    upload_2018-6-21_13-11-42.png

    Create new project from HDRP template, update HDRP to latest, create PBR graph. Create shader, dissolve for example:
    upload_2018-6-21_13-15-52.png

    As you see I'm use inline property Vector1 (top left corner of graph), now i want replace inline variable to property, witch I want change it in inspector\code, I'm create property, renamed Reference and place to graph, then removed connection from "Vector1 node" -> "Add node" and get this errors, this reproduce on every HDRP PBR graph:

    upload_2018-6-21_13-15-2.png

    Now I'm try to connect my placed property to Add node:
    upload_2018-6-21_13-20-7.png

    And click Save asset:
    upload_2018-6-21_13-20-34.png

    If I create new graph without my own Properties it's work fine, but with properties - is broken, but i think its broken after removing connections.