Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug Quest 2 - as soon as you play a video you can no longer click buttons

Discussion in 'VR' started by radiantboy, Feb 1, 2023.

  1. radiantboy

    radiantboy

    Joined:
    Nov 21, 2012
    Posts:
    1,560
    When I start a 360 video playing using the video player, I can no longer click any buttons I have on the canvas. I have tried everything I can think of. Is this me being dumb or a bug or limitation? Anyone got this to work?
     
  2. nilagard

    nilagard

    Joined:
    Jan 13, 2017
    Posts:
    77
    Your question is good, but you provide no code or example. This is really hard to troubleshoot when there's no info provided other than a question. Do you have any scripts running to try to enable your buttons while your video is running? It just seems like a software thing, and not really a bug if that is it's intended feature.
     
    radiantboy likes this.
  3. radiantboy

    radiantboy

    Joined:
    Nov 21, 2012
    Posts:
    1,560
    Actually I think this was my fault, I was calling OVRInput.Update(); which stopped the buttons working.
     
    nilagard likes this.