-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make it work with Meta XR OVR Interaction for grabbing using hand and ray ? #84
Comments
Hello, can you take a look at the ISDK integration sample scene? You may find documentation here https://developer.oculus.com/documentation/unity/move-samples/#isdk-integration about that sample. |
Hello, meta.interaction.mp4Grabbing is not working there. When I just opened scene Hands rotation was not ok, when I start recording rotation of hands come in good position. Here is reference video : |
I followed docs https://developer.oculus.com/documentation/unity/move-samples/#isdk-integration to integrate ISDK on my character. Grabbing is working but same issue with additional one more issue. 1. Gap in Character hands and synthetic hands 2. Character wrist is getting disconnected to character. I am sharing Screenshot and video for better understanding. OVr.ISDK.mp4 |
Can you tell us the versions of the Meta XR packages that you've included? You can find this in Unity Package Manager or your project's manifest.json. Please list the versions of packages with the prefix com.meta.xr.sdk, such as com.meta.xr.sdk.core and so on. I assume that you are using Unity 2022.3.39f1 as well? |
Hello, please download the attached project. Go to the Meta Movement package in the Unity Package Manager, and import the advanced samples. Please try the ISDK scene as it is imported into the Assets folder. Please note that you might see an error related to Unity input system. We are currently looking into that issue. |
Hello, Testv76Int.mp4 |
Could you tell us what OS version your device is running on? This can be found in the "Software update" section of system settings. Which device is this running on (Quest 2? Quest 3?)? |
Thank you for the information. We have been looking into this problem and will report back when we have a fix available. |
ok. Thank You. We are waiting for this. When fixed done, please us know. |
Hello. We have provided this fix (d837b0c) to #dev branch and will do a release to main and do a document update once that process is complete. In the meantime, please make the following changes that the fix applies, which use Capsense (https://developers.meta.com/horizon/documentation/unity/unity-capsense/):
Because OVRControllerHands will be deleted and you can rely on OVRHands to be driven by controllers inputs, the scene will be simpler. The ISDK scene that is fixed in that revision on the #dev branch can be used as a reference. |
ok. Please let me know when new version of Meta movement SDK will arrive. I have another question related to Meta movement SDK update; I will ask in other thread. |
I com.oculus.vrshell-20240927-215733.mp4followed given steps, now ISDK Samples scene started working. When I implemented this step with my locomotion character, grabbing is working with hand tracking but there is gap in Character hands and tracking hands. Any idea how to fix it? We are at initial stage of issue . Here is video for ref. |
For this character, navigate to the With this setting off, the hand should look more accurate, however the upper arm won't be rotated toward the tracked lower arm position. This means that the arm bones above the wrist might look incorrect. Furthermore, the mesh appears to disconnect from itself when the bone positions are stretched beyond what the character is designed for. You can consult https://developers.meta.com/horizon/staging/moveUnity/documentation/unity/move-body-tracking#modifying-character-height-to-match-varying-user-heights for more information regarding how to adjust the model. |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I want to add feature of Grabbing . For this i used OVR camera rig and **
** from example scene.
When i test in Meta device my meta movement character hands is not sync with my Interaction hands and controller. There is little difference in it. We will use this in multiplayer .What we have to do for it ? I am sharing video for reference.
com.oculus.vrshell-20240821-214636.1.mp4
Please guide me what will be best way to do it ?
Thank You
The text was updated successfully, but these errors were encountered: