Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mypetitmini's avatar
mypetitmini
Honored Guest
3 years ago

Meta Quest2 with Touch Pro Controller

 

Hi, I'm developing openxr native app.

I want to use touch pro controller with meta quest2 in my native application.

So I tried to bind touch pro controller(/interaction_profiles/facebook/touch_controller_pro) with xrSuggestInteractionProfileBindings openxr API.

However I failed and got a error message "XR_ERROR_PATH_UNSUPPORTED" .

My software version of quest2 may be latest. could you let me know how can I use touch pro controller profile?

 

 

1 Reply

  • Hi mypetitmini ,

    The only obvious thing I can think of here is that you have not enabled the extension. Specifically, "XR_FB_touch_controller_pro" needs to be in the list of extensions passed to `xrCreateInstance` when you create your `XrInstance` in order for these paths to be supported.

    John