1

Since I updated unity's universal render pipeline I can't find the definition parameter for the boolean property in shader graph. I want to set the parameter "definition" to multi compile but it has just disappeared. Can anyone help me find it again? :) Or did unity change how it works?

enter image description here

derHugo
  • 83,094
  • 9
  • 75
  • 115
HelpWanted
  • 11
  • 1

1 Answers1

0

it seems your before picture is depicting a Boolean Keyword, whereas the After is a Properties Boolean. When pressing the + in the shader graph, look at the bottom to find the option to add a Keyword.

Hello
  • 1