Fade Camera Output

Hey Guys ,

I was trying to make an Image effect to fade out in alpha de image generated from the camera … Think about two camerras rendering 2 scenes in front of the other and i want to fade to alpha de image generated from the 2 layer camera .
I was trying to do that using OnRenderImage with no success . Any good idea to do the same ?

Cheers

I used this, calling a render for the camera while not in use and then using the image to fade in to the next scene.

I can propose Screen Fader solution - Unity Asset Store - The Best Assets for Game Making - it doesn’t make transition between cameras, but allow to make “fade-in,switch cameras and fade-out” seqence.

Hey Guys thanks for reply !

Patico that plugin looks really good but i’m not sure if that is gonna fit me because my idea was fade the image of the camera and not overlay the camera to black, i’m not sure about how this Screen Fader actually works but seems to me than he do not fade the image generated by the camera .
I’m probably trying to fire7side approach.

Thanks guys !