I have a Material function that uses a couple of StaticSwitchParam nodes. But I want to instead use function inputs and use boolean params in the material. For eg. my material function looks like this
I want to instead use function inputs, something like
This is causing some problems. Like I can’t figure out what nodes to use as the preview from boolean inputs. Moreover, I can’t use the function in my material as it keeps saying that the node is not connected.
I am not sure if the static bool param is even the correct one to use here.
Is there any way to do what I am trying to do here?