https://github.com/ValveSoftware/Unity/blob/main/com.valvesoftware.openxr.utils/Runtime/Interactions/SteamFrameControllerProfile.cs#L247
This call to GetChildControl should use ThumbstickControl instead of StickControl to support situations where USE_STICK_CONTROL_THUMBSTICKS is not set. Currently, an exception will be thrown when the device is created because it looks for a StickControl at a path where there is a Vector2Control.
https://github.com/ValveSoftware/Unity/blob/main/com.valvesoftware.openxr.utils/Runtime/Interactions/SteamFrameControllerProfile.cs#L247
This call to
GetChildControlshould useThumbstickControlinstead ofStickControlto support situations whereUSE_STICK_CONTROL_THUMBSTICKSis not set. Currently, an exception will be thrown when the device is created because it looks for aStickControlat a path where there is aVector2Control.