Is it possible to have opaque and transparent in one material? (Unity)

salimmatta
polycounter lvl 7
in Unity
Hey guys,
Is it possible to implement an opaque and transparent in a model using only 1 material in Unity?
Is it possible to implement an opaque and transparent in a model using only 1 material in Unity?
Replies
-
salimmatta said:Hey guys,
Is it possible to implement an opaque and transparent in a model using only 1 material in Unity?
https://docs.unity3d.com/Manual/StandardShaderMaterialParameterAlbedoColor.html
-
Udjani said:Yes it is, you will have to use the alpha channel of the albedo texture to control the transparency.
https://docs.unity3d.com/Manual/StandardShaderMaterialParameterAlbedoColor.html