cancel
Showing results for 
Search instead for 
Did you mean: 

ConcurrentHandsControllersExamples scene not working?

Lechooga
Explorer

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?

16 REPLIES 16

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.

Lechooga
Explorer

Ohhhh, I needed to update the headset. Works now.

omer.akyol
Explorer

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 ? 

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.

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.


 

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

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.