Forum Discussion
mypetitmini
3 years agoHonored Guest
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
- johnkearneyMeta Employee
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
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago