Hi,
I have two scenes and I’d like to switch between them with a slider with a fading effect. So as the first scene fades the other one starts to appear.
I’ve tried to solve this with post-processes. I created two custom postprocess with the same shader code for the two scenes. I thought I could fade the scenes independently with the two seemingly independent post processes, but with two post processes present the first scene did not appear at all. The post process itself, with one scene, worked as I expected.
In desperation, I tweaked some settings that seemed somewhat relevant (commented lines in pg), but all I could get is an error, that went over my head:
Is it possible to use postprocesses this way?
THanks!