Search Unity

360 Video Transition with Skybox Only [Is it possible?]

Discussion in 'AR/VR (XR) Discussion' started by cons_fx, Dec 9, 2018.

  1. cons_fx

    cons_fx

    Joined:
    Sep 24, 2018
    Posts:
    6
    Hello everyone!

    I'm new to unity VR and I am trying to create a scene in VR where a 360 video plays and then transitions to another one through a skybox transition.

    Basically what I wanted to do is:

    1. Start playing first 360 video with VideoPlayer in Skybox
    2. Transition to video 2 by fading in another Skybox with video 2 attached to it

    Is it possible to do this? Because from what I've found out you need a video player to play any 360 video regardless of the skybox. I've managed to change scenes with the SceneLoader() but that requires the scene to fade in and fade out.
    What I want to do is blend the frames of the first video to the second video and then have the 2nd video play.

    Can I use the SkyboxBlended Shader to achieve this with 360 video?

    Any workaround this?

    Thanks in advance!