Hey
I am trying to make a VR experience in Unity using google VR where the user loads up the program and your put into a 3D room. I have done this by taking 360 videos of a room that leads into a hallway and moves down the hallway into other rooms. What I am trying to do is I have a cube that is in the doorway and I want the user to look at the cube for about 3 seconds and it changes the 360 video to the next one using gaze clicker but I am not sure how to go about this. I have made the VR video by putting the video inside a sphere and put the video inside the sphere too. The main camera currently has a Gvr Pointer Physics ray on it and the cube has an Event trigger script on it. I also have an eventSystem which has a Gvr Pointer Input Module Script in it. If anyone would be able to give me any help or advise me on this I would be very grateful.