11-12-2022 10:09 AM
I haven't been able to get a Transform Recognizer Active State to register as active. I have no issues with Shape Recognizer Active State. Are there any additional steps that are required in order to get a TransformRecognizerActiveState to work? I have also examined it with an Active State Debug Tree UI and it confirms that the shape recognizer is activating but not the transform recognizer.
Here is my component setup:
Can anyone see or guess what I might be doing wrong?
Solved! Go to Solution.
11-12-2022 12:29 PM
Never mind; I figured it out. In case anyone else has the same issue, what fixed it for me was going to OVRCameraRig→OVRInteraction→OVRHands→LeftHand→HandFeatures, and setting the "Tracking To World Transformer" property on the Transform Feature State Provider component to the OVRInteraction object. Then I did the same thing for RightHand.
11-12-2022 12:29 PM
Never mind; I figured it out. In case anyone else has the same issue, what fixed it for me was going to OVRCameraRig→OVRInteraction→OVRHands→LeftHand→HandFeatures, and setting the "Tracking To World Transformer" property on the Transform Feature State Provider component to the OVRInteraction object. Then I did the same thing for RightHand.
05-12-2024 02:42 PM - edited 05-12-2024 02:44 PM
07-10-2024 09:04 AM
Thank you so much for this!!!