Search Unity

Reticle not detecting button

Discussion in 'Editor & General Support' started by EthanFischer, Sep 4, 2016.

  1. EthanFischer

    EthanFischer

    Joined:
    Feb 10, 2016
    Posts:
    46
    I have 4 buttons (called 'paintings' here) and I need the gvr reticle to be able to click on each. The funny thing is, the reticle works on three of the buttons, just not the 'south' one.
    Screen Shot 2016-09-04 at 1.46.33 PM.png

    My FirstPersonCharacter has a Main Camera with the GvrReticle.

    Screen Shot 2016-09-04 at 1.52.03 PM.png

    Things I've tried:
    • deleting my existing south button and replacing it with a duplicate of one of the working buttons
    • disabling the other 3 buttons
    • moving the canvas and button off the wall
    All of the buttons are objects of the same painting prefab and I didn't make any changes to the south one, so I don't think the problem is with the button itself.

    Let me know if there's more information I can provide to help pinpoint the issue!
     
  2. EthanFischer

    EthanFischer

    Joined:
    Feb 10, 2016
    Posts:
    46
    SOLUTION:

    I had to set PaintingSouth's rotation to 180. When I looked carefully at the four paintings, I could tell PaintingSouth's text was backwards. I guess if your button is facing the wrong way on a canvas, the reticle doesn't detect it?

    Anyway, I hope this helps someone. I shall not forget this day.