08-08-2019 01:42 AM
08-08-2019 04:17 AM
08-08-2019 06:43 AM
if (OVRInput.Get(OVRInput.Button.PrimaryIndexTrigger))
{
}
works for me.Get()
queries the current state of a control.GetDown()
queries if a control was pressed this frame.08-08-2019 06:50 PM