Unity XR Hands Custom Gestures Tools Are Here!

  Рет қаралды 5,556

Dilmer Valecillos

Dilmer Valecillos

Күн бұрын

Пікірлер: 43
@dilmerv
@dilmerv 11 ай бұрын
📌 Below are some good resources I used when learning about XR Hands Custom Gestures: Building Blocks: docs.unity3d.com/Packages/com.unity.xr.hands@1.4/manual/gestures/building-blocks.html Finger Shapes: docs.unity3d.com/Packages/com.unity.xr.hands@1.4/manual/gestures/finger-shapes.html
@cirtoyt2403
@cirtoyt2403 11 ай бұрын
This new tool is of great impact for me! Thanks a lot for a clear breakdown of how their systems work. It's interesting to see identical parallels between the options the pose/shape classes use to build the gestures and the gesture system I have been working on over the last 1.5 years in my free time! Seems we've come to similar solutions including offering tolerance controls, pose relative options, and component-based built-up poses/shapes. The tool I'm working on specifically utilises gestures from various input sources (OpenXR controllers, Hands tracking, etc) for building Magic systems, so I'll have to add another input kit to support the XRHands Gestures within my system! That way, users will be able to use the Unity XRHands Gesture system and build Magic system on top of them utilising my tool still :D Planning on starting promo vids and such in a couple month's time if you're interested!
@dilmerv
@dilmerv 11 ай бұрын
This sounds amazing, and I like the saying that great brains think alike 😉 which is more likely why you arrived to similar solutions. Let me know when you have a version available, I would be more than happy to test it out and provide feedback. Thanks for your comment and for watching 🙏
@cirtoyt2403
@cirtoyt2403 11 ай бұрын
Haha thanks! I gladly will when the time comes! 😁
@dilmerv
@dilmerv 11 ай бұрын
@@cirtoyt2403 awesome 👏
@jackwang3561
@jackwang3561 9 ай бұрын
This tutorial helps me getting my own XR custom gestures to work! Absolutely fantastic! Dilmer how do you detect a gesture that requires both hands together (like a heart shape)?
@dilmerv
@dilmerv 9 ай бұрын
That’s a great question, I would say you could detect each independently and then through code reference both and check when both are detected.
@namename-o7k
@namename-o7k 11 ай бұрын
Thank you! It was very helpful for my studying. Is there any way to use XR-Hands and gaze tracking simultaneously in Quest Pro, by any chance? When I tried, gaze and XR hands worked on different plugins.
@dilmerv
@dilmerv 11 ай бұрын
If I remember correctly, Gaze / Eye Tracking features with Quest Pro requires a Meta adapter which has a dependency on Oculus Integration / New Meta XR packages, therefore it is not compatible with OpenXR. Meta has its own OpenXR implementation which makes it incompatible. Also, thanks for your feedback and I am glad this video helped you!
@DavidZobristGames
@DavidZobristGames 2 ай бұрын
Hey Dilmer. The unity xr tookit by default lets you grab the interactables via pinch could you make via of how to make them grabables like a human intuitivly would grab an object? Its wield to pinch a sword or gun etc instead of grabbing. I guess it must be doen throught the custom hand gesture and than be mapped so it triggers the xr grab. But in detail i dont find any videos abou it. So its not abou the handpose when its grabbed but about the pose detection to trigger a grab. And pinch is just not how all my test player want to grab objects. I guess i can do this based on this video but I think a lot of people will wonder about this specific case.
@kjspaces
@kjspaces 11 ай бұрын
Thanks for sharing this awesome tool! Can it save or export any data/config files of the hand gestures?
@dilmerv
@dilmerv 11 ай бұрын
Yes and great question. Each hand gesture is configured by using a hand shape scriptable (which is a file you can export anywhere) you could also have poses by using a hand pose scriptable, also a file.
@sigifredovalenciaensinales7080
@sigifredovalenciaensinales7080 11 ай бұрын
Hello Dilmer, thank you very much for this very useful video, I appreciate your dedication. Just one question. Have you added 3D hand models or something similar? When I test it in Unity, the panels indicate that they are detecting the gestures, but I don't see my hands. Regards and thanks in advance.
@dilmerv
@dilmerv 11 ай бұрын
Have you tried the HandVisualizer demo scene? I would suggest running that first before doing anything with custom gestures, that way you can verify that hand mesh is working. Great questions and thanks for watching!
@sawsanalraisi972
@sawsanalraisi972 5 ай бұрын
Hi Dilmer, do you know how I can create a steering wheel for VR hands (Meta) to drive a car?
@dilmerv
@dilmerv 5 ай бұрын
Hello there, I would suggest looking into Interaction SDK essentials which has a variety of examples that you can tweak to accomplish a steering wheel mechanic: assetstore.unity.com/packages/tools/integration/meta-xr-interaction-sdk-essentials-264559 thanks for your comment.
@flexcg675
@flexcg675 4 ай бұрын
can we use it for vision pro? or can i move my camera view with hand gestures?
@AndersSandell-q1o
@AndersSandell-q1o 10 ай бұрын
Hi Dilmer, great video. I've been working my through your Vision Pro Videos. Can you use this package together with Polyspatial to create custom gestures for the Vision Pro?
@dilmerv
@dilmerv 10 ай бұрын
I am not 100% sure to be honest, but I will be testing that very soon. Great question!
@byulight
@byulight 9 ай бұрын
Thank you for this tutorial! I'm still finding it hard to make custom gestures - I'm not sure if I'm understanding the debugger wrong but the values I use don't seem to work. Also, how does the tolerance range on the debugger work? The thumb shows two blue lines different to the other fingers.
@asimdeyaf
@asimdeyaf 11 ай бұрын
Does Unity XR hands still work for Apple Vision Pro or does Apple require you to use their own SDK? I can’t imagine anyone using Apple’s SDK if Unity XR hands works just as well, unless you were exclusively developing for the APV.
@dilmerv
@dilmerv 11 ай бұрын
That would be amazing if this could work with Apple Vision Pro, but I don’t believe Apple supports OpenXR which is required by XR Hands. I wouldn’t be surprised we see changes but as of now it is not supported. Great question!
@blackwhalestudio
@blackwhalestudio 11 ай бұрын
Unity XR hands will inded work for Apple Vision Pro through PolySpatial! Besides, Apple doesn't offer us their own SDK for Unity.
@dilmerv
@dilmerv 11 ай бұрын
@@blackwhalestudiothat’s correct, XR Hands exposes native visionOS hand tracking features through PolySpatial, thanks for the correction. I think my 3 weeks away from XR due to 😷 made me forget a few things.
@blackwhalestudio
@blackwhalestudio 11 ай бұрын
@@dilmervNo worries, glad I could help! Get well soon, we missed you!🥽
@dilmerv
@dilmerv 11 ай бұрын
@@blackwhalestudio thank you 🙏
@dre_purba
@dre_purba 11 ай бұрын
Hello, can this hand tracking implemented in full body avatar system ?...
@dilmerv
@dilmerv 10 ай бұрын
This hand tracking can be implemented with any system, you would be to implement the providers based on the XR Hands implementation. Here is more info about it docs.unity3d.com/Packages/com.unity.xr.hands@1.1/manual/implement-a-provider.html
@gagagu01
@gagagu01 3 ай бұрын
Thx for this tutorial. I am looking for the Info how to use a special gesture to grab something. The gesture detection is working but I could not find out how to grab with it. Is there any Info available for this? Thx forward
@dilmerv
@dilmerv 2 ай бұрын
Look into Unity XR Toolkit grab interactions and you will find a lot of info about it.
@De-Panther
@De-Panther 11 ай бұрын
Cool! Works on WebXR Export as well
@dilmerv
@dilmerv 11 ай бұрын
Awesome and thanks for your feedback. I haven’t tested it with WebXR, did you test it and is it available for me to check it out?
@De-Panther
@De-Panther 11 ай бұрын
@@dilmerv yes, I have a video on my channel, how to set up WebXR with XR Hands, but without the details you have in your video on how to create a gesture
@rolex-vj
@rolex-vj 11 ай бұрын
While using XR interactions toolkit, Im getting duplication of my XR hands. 4 hands projecting in my scene. I checked everywhere .. Can any one tell whats the issue here?
@dilmerv
@dilmerv 11 ай бұрын
Are you using a brand new scene or an example scene? Maybe creating a scene from scratch could help?
@rolex-vj
@rolex-vj 11 ай бұрын
@@dilmerv🙌!! Previously i dragged rig the example scene.. Now i dragged prefab to scene from scratch. it worked!!! 🎉Thanks Dilmerv
@dilmerv
@dilmerv 11 ай бұрын
@@rolex-vjawesome man ! I am glad you figured it out and thanks for sharing what you did! Have an amazing day!
@celaldogangunes
@celaldogangunes 8 ай бұрын
Does it work with MRTK?
@dilmerv
@dilmerv 8 ай бұрын
I believe it should since they are both running on OpenXR if you use MRTK3.
@celaldogangunes
@celaldogangunes 8 ай бұрын
@@dilmerv what about mrtk2?
@dilmerv
@dilmerv 8 ай бұрын
@@celaldogangunes it won’t work for sure with MRTK2.
@zzw6299
@zzw6299 6 ай бұрын
我不知道如何在 hololens 上运行它,尽管它可以从支持的 SDK 运行。但是我无法配置它,我希望在这方面有教学。谢谢
@dilmerv
@dilmerv 6 ай бұрын
Thanks for your feedback, I haven't tested this with HoloLens2 but yes you could look through my early MRTK tutorials where I go over hands.
Unity XR Hands Shapes & Poses - Create Custom Gestures with Gesture Building Blocks
12:15
Black Whale - XR AI Tutorials
Рет қаралды 6 М.
Hand Gesture Detection with Unity XR Hand Tracking
19:38
Valem Tutorials
Рет қаралды 20 М.
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
AR Foundation With Meta OpenXR Support Is Here! (Unity Setup & Demos)
15:02
Make Your Own Vampire Survivors-Like in Unity (No DOTS)
6:28
XRI Hand Interactions with PICO Unity OpenXR
18:13
PICO Developer
Рет қаралды 1,6 М.
Hand Tracking Teleportation - Unity XR Toolkit Tutorial
14:54
Valem Tutorials
Рет қаралды 9 М.
Unity 6 & XR Toolkit 3.0 : Features You Can't Ignore as a VR/XR/AR Developer
9:55
The Best Open Source VR Unity Projects
7:33
Valem Tutorials
Рет қаралды 17 М.
VR Teleport Area and Snap Rotation in Unity 2022.2
6:19
Meetras
Рет қаралды 7 М.
Worldbuilding in VR with Unity's XR Interaction Toolkit
30:24
How To Build Immersive AR Environments With Immersal SDK?
20:55
Dilmer Valecillos
Рет қаралды 4 М.
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН