Search Unity

Question How to assign event trigger pointer click as Fire1 in Google VR Cardboard Unity 2019

Discussion in 'VR' started by gvennt, Jun 8, 2021.

  1. gvennt

    gvennt

    Joined:
    Jul 11, 2019
    Posts:
    3
    I've finish my VR Cardboards game using Unity 2019 but the problem is I forgot to declare every click action with controller with Input.GetKeyDown("Fire1"). I was assigned all click-event with event trigger Pointer Click. So I can't play this game with controller.

    Example of Event Trigger Pointer Click There's any way to get me out from this?