02-03-2025 08:46 AM - edited 02-03-2025 08:49 AM
Hello Meta Developer Community,
I'm currently developing a VR project using the Meta All-in-One SDK and have encountered a persistent issue related to the ControllerTracker Building Blocks.
Project Setup:
Issue Description:
In my VR scene, I have implemented the following components:
All components function as expected until I add the ControllerTracker Building Blocks. Upon adding this, I receive the following error:
NullReferenceException: Object reference not set to an instance of an object UnityEngine.EventSystems.OVRInputModule.GetMouseStateFromRaycast (UnityEngine.Transform rayOrigin) (at ./Library/PackageCache/com.meta.xr.sdk.core/Scripts/Util/OVRInputModule.cs:831) UnityEngine.EventSystems.OVRInputModule.Process () (at ./Library/PackageCache/com.meta.xr.sdk.core/Scripts/Util/OVRInputModule.cs:550) UnityEngine.EventSystems.EventSystem.Update () (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/EventSystem/EventSystem.cs:530)
Observations:
Steps Taken to Troubleshoot:
Request for Assistance:
Has anyone encountered a similar issue when using the ControllerTracker Building Blocks? Any insights or suggestions on how to resolve this NullReferenceException would be greatly appreciated.
Thank you in advance for your support.
Best regards,
Phil