Search Unity

Oculus Quest, UI and Unity : No hover event, even on the example scene

Discussion in 'VR' started by CreepyInpu, Oct 28, 2019.

  1. CreepyInpu

    CreepyInpu

    Joined:
    Oct 9, 2014
    Posts:
    23
    Hi !

    I'm trying to understand how to whole UI interaction is working with the Oculus Quest using the sample scenes from the Oculus integration package. Everything's working fine except one thing : When playing the UI demo scene on the Oculus Quest, it seems that I'm never triggering the "hover" event of the UI buttons with the laser (the highlight color is never applied). It does work fine on the editor using the CV1.

    I can easily reproduce the issue on any scene. The weird part is the click event is working normally. I've tried messing around with a canvas and getting the "IPointerEnterHandler" event to trigger, but again same behavior : It's working fine on the editor, but I'm never getting the event on the Quest. I've never had this issue on the Oculus Go.

    There's no error in the logs from the Oculus Monitor. I'm using the latest Oculus integration, and the recommanded latest Unity version 2019.1.2f1

    Is this a known issue ?

    Thanks !
     
  2. CreepyInpu

    CreepyInpu

    Joined:
    Oct 9, 2014
    Posts:
    23
    Alright, removed and reinstalled the Oculus integration packaged; and it worked \o/
     
  3. blackfox_studio

    blackfox_studio

    Joined:
    Apr 8, 2019
    Posts:
    40
    Having exactly the same problem, but re-installing Oculus integration didn't work. Have you found out another workaround?
     
  4. CreepyInpu

    CreepyInpu

    Joined:
    Oct 9, 2014
    Posts:
    23
    Hi ! Sorry, nope. Reinstalling the whole thing just worked, that's Unity's black magic right here :/.
     
  5. HorizonsStudio

    HorizonsStudio

    Joined:
    May 29, 2018
    Posts:
    6
    Having the same issue. Reisntalling the OVR package didn't fix it. Any idea of a proper fix?