04-12-2024 09:22 AM
I've been trying to get multimodal working and haven't had any luck. The documentation I found seems to be for an older version of the SDK and the example scene doesn't work. Hands work, controllers work, switching freezes hand tracking and gives me one controller and one frozen hand.
When I stop the scene the console prints an error "Concurrent Hands and controllers not supported." True 'nuf, console.
Any ideas what I might be missing and why the example scene wouldn't be working on a fresh install?
Solved! Go to Solution.
05-03-2024 07:45 PM
I was on 63, I tried updating to 64 with the same results. Had to disable Wide Motion Mode Hand Poses to get hands working, then both controllers and hands worked, but not at the same time. If I was holding something my hand would freeze and the object would drop when I picked up the controller.
Unity 2023.2.17, Quest 3.
05-04-2024 07:12 AM
Ohhhh, I needed to update the headset. Works now.
05-06-2024 12:58 AM
I got touch pro controllers now and I confirm the example scene works with Quest 2.
But I couldn't make it work with link cable, it works if I make a build. Am I missing something or it doesn't work with Link ?
05-06-2024 10:58 AM
It works with Link. Are hands working for you? You might need to toggle some settings on in Quest Link Settings > Beta that pass data from the headset to your PC.
05-07-2024 12:37 AM
Ah, I wanted to mean Unity-Editor-Link is not working. Maybe it works if I make a standalone build for PC, I haven't tried that. Does it work for you in Unity Editor?
I allowed / enabled everything in the Link settings (Settings/Beta).
This call returns false in Unity Editor:
OVRPlugin.SetSimultaneousHandsAndControllersEnabled(true)
@Lechooga wrote:It works with Link. Are hands working for you? You might need to toggle some settings on in Quest Link Settings > Beta that pass data from the headset to your PC.
05-07-2024 08:28 AM
Yeah, I got it working in editor with link. If the example scene isn't working, things to check:
Using Quest Pro or Quest 3 controllers
Headset updated
Link permissions
XR Manager version
05-10-2024 05:18 AM
It worked in Link with Quest 3. But I couldn't make it work in Link with Quest 2 + Touch Pro controllers. Anyway, now I have access to Quest 3, its ok.