msub2/silk-brush-2021

Pointer is not functioning

Closed this issue · 1 comments

msub2 commented

Pointer from the controller is not activating any of the panels, still figuring out exactly where it's breaking down. Need to follow trail starting from calls to UpdateControlsPostIntro/UpdateControls in App.cs

msub2 commented

After HOURS of trying to trace back where this was failing it turns out that GazeMaxAngleFromFacing was just slightly too low to register the pointer hit (value was set at 40 in inspector, but I was getting 45 at the lowest). Set it to 60 and the panels are finally interactable.