Sorry if this is a stupid question, but how to i get unity to show a text box to enter shader vales instead of or in addition to the slider? I need to duplicate the values on several materials but i can’t cause it is all sliders (instead of a text box with numerical values)?
I actually just came to the forum searching for the same thing, but I managed to figure it out.
Use this format:
_Property (“Property Name”, float) = 0.0
Ex.
_Alpha (“Alpha Value”, float) = 38.5
I’m still pretty new to working with shaders, but that should do it.
my question is, why isn’t there a value entry in the editor nstead of just sliders? if you need objects to have the same values then you have to write a script?
Does anyone know