- Home /
window with alpha maps semitransparent
I wanna make a window in my unity scene,but in my optimized test i think necessary use a glass effect, using only alpha maps, the problem is the unity set the alpha parts in total tranparency or noone transparency, for a simulation a "fake glass" i need one semi transparency (like a blender using ztransp option and controling alpha option),what i need to do for semi transparency unity work if possible?
You need to use a shader which allows semi-transparency (i.e, not a cutoff shader). On the other hand, shadows only work with alpha cutoff textures, so you will not be able to use shadows if you use a full alpha shader.
Answer by marcelo · Sep 22, 2011 at 11:02 PM
I try all family of transparency shaders and nothing work, I wanna this shader recognize the alpha maps for a "fake glass" effect, but he don't reconize this map, some solutions or tutorials for is?
Your answer
Follow this Question
Related Questions
Easy way to remove hidden surfaces in a span of alpha-faded wall segments? 1 Answer
Terrain texture painting 0 Answers
Alpha blending issue in unity 0 Answers
Terrain Alphamap Transition? 0 Answers
Pheremones and Texturemapping 1 Answer