09-25-2023 02:51 AM
Hi,
I am trying to run Multimodal feature outlined in Meta recent blog posts (https://www.uploadvr.com/meta-quest-pro-simultaneous-hands-controllers-mode/).
My device is Quest Pro with OS version 57.0.0.261.669 and Quest Pro controllers. I am working in Unity 2022.3.10.
So far, I am failing to make this feature work. The settings of my OVRManager are:
When I try to run it on device, I am getting the following message in the logs:
"Failed to set multimodal hands and controllers mode!"
Do you have any idea what I am doing wrong?
10-23-2023 01:35 AM
I think you're right. It appears that the controller mesh is constantly visible in the video, and its position likely remains static. I think we'll have to wait for future versions of the SDK...
10-27-2023 11:10 AM
Hello,
I'm sorry you are getting issues. This might be related to the way the anchors are set up. Have you made sure to follow the steps here:
https://developer.oculus.com/experimental/multimodal/
Specifically, step 4 in the "From Unity" section?
Thanks!
10-27-2023 05:45 PM
Thanks md8bit!
The information you gave us was exactly what I was missing. Now my Touch Pro controller start working as a pair of trackers!
10-28-2023 04:41 AM
This still doesn't work for me. Can you share the project?
10-28-2023 05:08 AM
The project has the size of 13.8GB on the disk. How do you guys do sharing such a huge one in general? I am a hobbyist and have never share mine before so I have no idea how.
10-28-2023 06:47 AM
I normally use GitHub 🙂
10-28-2023 06:30 PM
Oh, then sorry I don't have time to learn how to use git for now.
10-30-2023 02:28 AM
It's fine. Which state did you set for the OVRHandPrefab?
On the other hand, the documentation that @mdl8bit attached said "5. For the new OVRControllerPrefab GameObjects, set their ShowState to be Controller Not In Hand and their Controller to Touch.", but which state did you used for the OVRControllerPrefab which is child of LeftControllerAnchor?
Aditionally, did you test this with Meta Link? Or by building the apk?
10-30-2023 02:47 AM
It's working for me too! I didn't have the experimental features enabled in the new scene, so that was the main reason why it wasn't working. Thanks again to @mdl8bit for the documentation! 😊
11-16-2023 05:06 AM - edited 11-16-2023 05:22 AM
Hello,
I've also been trying to have this feature working but on Quest 3 with quest 3 controllers. My unity version is 2022.3.10 and Meta's SKD one is 59.0. Does someone know if we can have simultaneously hands and controllers in this configuration with quest 3 please ?
Best,