Video and image before/after compare slider

Hi all,

I’m developing a 360 video and image player to play 3d 360 videos and images. I want to implement a feature that let the user compare and image and a video with a comparison slider but I’m not being able to find any information about this in unity. The feature i want to implement is just like the following gif:

What you are probably looking for is a Panoramic skybox. You would need to create a custom shader to blend both images. You can probably start with the Panoramic skybox shader and add blending.

I got what I wanted by setting 2 spheres, 1 for each 360 component. Then I set up a camera for each one. When you have that you just have to set the Viewport Rect of a camera to 0.5 and done.