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?
Case closed by myself. Use this script and put to the interactable object with pointer click.