Quest 3 controllers with SteamVR

Hi,
I’m trying to get the thumbstick input from the Quest3’s “Touch Plus” controllers, which means using the “khr/simple_controller” profile isn’t enough. It works when using Meta’s OpenXR runtime with the XR_META_touch_controller_plus extension that provides the “meta/touch_controller_plus” profile, but I’m having a hard time making it work under SteamVR as the runtime (since it doesn’t support that extension). I tried suggesting using the older “oculus/touch_controller” profile that’s in the 1.0 standard, but it didn’t seem to work (should it?).
Is there any way for this to work or is it currently impossible and I have to wait until SteamVR supports OpenXR 1.1 (I notice that it’s supposed to support “meta/touch_plus_controller” profile?
Thanks in advance!

SteamVR is supposed to support “oculus/touch_controller”. Note that the SteamVR runtime won’t activate any interaction profiles until it has run in XR_SESSION_STATE_FOCUSED for a few frames.

Hi @Rectus , I’m grateful that you insisted. I reviewed the relevant code once again and turned out it was a bug on my part. It works properly now with the “oculus/touch_controller” profile. Many thanks!