Forum Discussion
d0raem0n231
6 years agoExplorer
if (OVRInput.GetDown(OVRInput.Axis1D.PrimaryIndexTrigger))
if (OVRInput.GetDown(OVRInput.Axis1D.PrimaryIndexTrigger))
{
button = hit.collider.gameObject;
ExecuteEvents.Execute(button, data, ExecuteEvents.pointerClickHandler);
}
I wonder that what is wrong?Warning Messeage from Unity Console
NotImplementedException: The method or operation is not implemented.
OVRInput.GetDown (OVRInput+Axis1D primaryIndexTrigger) (at Assets/Oculus/VR/Scripts/OVRInput.cs:1644)
LaserCtrl.Update () (at Assets/Scripts/LaserCtrl.cs:55)
2 Replies
Replies have been turned off for this discussion
- d0raem0n231Explorerpublic static bool GetDown(Axis1D primaryIndexTrigger){throw new NotImplementedException();}
I don't understand why :s - d0raem0n231ExplorerI found it!
if (OVRInput.GetDown(OVRInput.Button.PrimaryIndexTrigger, OVRInput.Controller.LTouch)){Debug.Log("Click!");}
:'(
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 years agoAnonymous