0
Terminé

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

Ibai Ramirez il y a 8 ans mis à jour il y a 8 ans 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

Solution

Solution
Terminé

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

Solution
Terminé

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!!!