lf:InvisMaskBehind shader
Found Avatars and Assets
3
Posts
2
Posters
507
Views
-
wrote on 22 Dec 2023, 15:33 last edited by doguito
lf:InvisMaskBehind shader
shader that hides the name
just create a cube and place it on top of the avatar's head and play the shader on the cube and toggle it on and off to hide the nickname
-
wrote on 14 Jan 2024, 05:33 last edited by
Simple code but here:
Shader "InvisibleMaskBehind" {
SubShader {
// draw after all opaque objects (queue = 2001):
Tags { "Queue"="Transparent-1" }
Pass {
Blend Zero One // keep the image behind it
}
}
} -
wrote on 14 Jan 2024, 05:34 last edited by