- Home /
Question by
SunnyChow · Nov 27, 2014 at 07:33 AM ·
renderertransparencyrendertexturealpha channel
what is the easiest way to render things in alpha channel?
i want to render a 3D scene into a RenderTexture and use it to do effect. But most of the default shader doesn't render in alpha channel. it makes the RenderTexture transparent. Instead of rewrite all shader i need, is there any easier way to make renderers render in alpha channel?
Comment