Forum Discussion
wander_world_92
6 years agoHonored Guest
Debug.Log() inside override function GrabBegin not printing to console
I override the GrabBegin from OVRGrabbable and try to detect whenever user grab an object but it never print to console. I am not sure why it is behaving this way
override public void GrabBegin(OVRGrabber hand, Collider grabPoint) {
base.GrabBegin(hand, grabPoint);
Debug.Log("Begin Grab");
Debug.Log("Begin Grab");
}
Replies have been turned off for this discussion
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
- 9 months ago
- 10 years ago