0
Аяқталған

Being able to use a metalness texture in the metalness input of the shader

Ibai Ramirez 8 year бұрын жаңартылды 8 year бұрын 2

Hi,


Unity standar shader allows to set a metalness texture so the same material can have metallic areas and non metallic ones.


I would love to be able to do it with shader forge, right now I can only use a float value for all the material


Thanks


Ibai

Answer

Answer
Аяқталған

You can already do this, just make a Texture node and plug in one of its channels into the metalness slot

Answer
Аяқталған

You can already do this, just make a Texture node and plug in one of its channels into the metalness slot

Hi, thank you so much I just discovered it, actually I can use the other two channels to do more stuff :)


Cheers!!!