Two Handed Grab with Unity XR

  Рет қаралды 13,441

Valem Tutorials

Valem Tutorials

Күн бұрын

Two hand grab used to be a very complicated thing to do, but now thanks to the updated xr grab interactable of Unity XR toolkit, it can be setup in just a few click !!!
❤️ Support on Patreon : / valemvr
🔔 Subscribe for more Unity Tutorials : www.youtube.com/@ValemTutoria...
🌍 Discord : / discord
🐦Twitter : valemvr?lang=en
👍 Main Channel : / @valemvr
🔥 Tiktok : / valemxr
····················································································
📝Best VR Assets ( These links are Affiliate links which means it costs the same to you and I get a small commission. Thanks for your support!)
VR Interaction Framework
assetstore.unity.com/packages...
Hexabody (Physics VR Player)
assetstore.unity.com/packages...
Mirror and Reflection for VR
assetstore.unity.com/packages...
Auto Hand (automatic hand grab pose)
assetstore.unity.com/packages...
Hurricane VR (vr physics interaction)
assetstore.unity.com/packages...
3d Hand Model for VR
assetstore.unity.com/packages...
····················································································
Full Series on How to make a VR game • How to Make a VR Game ...
····················································································
If you enjoyed this video, here are some other really good channel you should appreciate :
⌨️ Game Dev
Brackeys : / @brackeys
Dani : / @danidev
Code Monkey : / @codemonkeyunity
👨‍🎓 Vr Dev
Justin P Barnett : / @justinpbarnett
Vr with Andrew : / @vrwithandrew
····················································································
00:00 Intro
00:39 Simple Grab
02:43 Multiple Grab
06:40 XR General Grab Transformer
08:54 Outro
#vr #vrdev #madewithunity

Пікірлер: 47
@raphael3024
@raphael3024 Жыл бұрын
Finally. Thank you so much brother. I have been waiting for this my whole life.
@rofl124
@rofl124 Жыл бұрын
This is insanely cool! The fact that this function was added to the xr toolkit!
@myhelshik5844
@myhelshik5844 Жыл бұрын
I remember valem released two hand grab 2 years ago, but it didn't work for me. But now it does, thank you Valem!
@muhammadalown4439
@muhammadalown4439 Жыл бұрын
Like always, amazing content, keep up the great work my friend :)
@tomcruise1387
@tomcruise1387 Жыл бұрын
This is massive ! Great news thanks :) , but when we release a hand, the other hand switch from attachtransform 2 to attachtransform 1. There should be a way to precise, left hand is always on attachtransform 2 without switching it automatically
@GermanVargas
@GermanVargas Жыл бұрын
This was great Valem! Excellent work! You are a great educator, thank you for sharing.
@ValemTutorials
@ValemTutorials Жыл бұрын
Thank you for watching :)
@TheSateef
@TheSateef Жыл бұрын
WOW!!!!!!!!!! i was expecting to have to do hundreds of lines of code and days of debugging to do this, seems its already in there. really Valem, Unity needs to be paying you.
@user-en4iz5fw1d
@user-en4iz5fw1d 11 күн бұрын
thank you !
@piratemin_vr
@piratemin_vr Жыл бұрын
Great vid once again. I'd love if you were able to cover the kind of hand interactions AutoHand uses where the fingers curl to the collider of the thing they're picking up. I bet its super complicated though.
@LineOfThy
@LineOfThy Жыл бұрын
very cool
@ZE0PHYTE
@ZE0PHYTE Жыл бұрын
W tutorial
@bithigh8301
@bithigh8301 Жыл бұрын
Man, you make unity and VR development so easy. Valem >>> ChatGPT. Thanks
@privateHandle731
@privateHandle731 Жыл бұрын
I’m building a staff weapon so need to have a different attach transform for the left and right hands. Is that possible now too?
@asifmoideen607
@asifmoideen607 Жыл бұрын
Awesome! Can you make a tutorial for hand poses and teleporter with the new XR hands?
@torstenknodt6866
@torstenknodt6866 9 ай бұрын
Thanks, great video. When scaling, is there a way to control this in detail, e.g. by modifying a mesh programmatically?
@julesmarchioni6958
@julesmarchioni6958 Жыл бұрын
Great video ! Is it possible to make a tutorial for animations in vr ? how to use and add animation when clicking on a VR button etc, thanks !
@ZE0PHYTE
@ZE0PHYTE Жыл бұрын
Bro I clicked on your channel and it said you posted this 44 seconds ago lol
@jcozyyt
@jcozyyt 11 ай бұрын
Hey Valem, thanks for all the videos! I had a quick question: I am trying to make a grab interactable that I select with one hand and activate with the other, but I haven't found a solution to accomplish this yet. In my example I have a can of food that I can pick up, but to open the can I want the player to grab the lid of the can with trigger to open it. Any ideas how to accomplish this? It seems like the "Activate" event on a grab interactable only fires when the hand holding the object pulls the trigger
@jas-db3nu
@jas-db3nu Жыл бұрын
Do you know what may be the problem that I can only grab objects by thumb and index finger touching together?
@Atlas_966
@Atlas_966 Жыл бұрын
PLEASE make a IK tutorial!!
@mikey7095
@mikey7095 Жыл бұрын
He has one from awhile ago
@Atlas_966
@Atlas_966 Жыл бұрын
@@mikey7095 “from awhile ago”, I tried it recently and it doesn’t work for me
@msms-rd6us
@msms-rd6us Жыл бұрын
@@Atlas_966 same
@msms-rd6us
@msms-rd6us Жыл бұрын
@@Atlas_966 it works but its very buggy
@Atlas_966
@Atlas_966 Жыл бұрын
@@msms-rd6us Yeah thats why he needs to update it!
@BrandonNyman
@BrandonNyman Жыл бұрын
With this new system, how can I set up custom hand poses for left & right hand?
@colerobertbeasley9296
@colerobertbeasley9296 Жыл бұрын
Love the videos as always. Is there a way to detect when only the primary hand is causing an activate event. For example only the primary hand is pulling the trigger of a gun?
@colerobertbeasley9296
@colerobertbeasley9296 Жыл бұрын
I currently wrote a custom override for OnSelectEntered and Exited to track which hand is primary and secondary but was wondering if there was a more elegant solution that was already integrated
@elenix4082
@elenix4082 6 күн бұрын
Hi valem, this Unity new XR update make the grab object cant be rotated using the joystick. is there any way to fix it? Thanks
@NAGYT101
@NAGYT101 Жыл бұрын
do a tutorial for a vr ak pleaseee
@SwamySwank
@SwamySwank Жыл бұрын
is there a way to make it so the one with the 2 attach transforms wont snap the secondary hand to the primary once the old primary let go? basically keep the second hand the secondary one once the primary is let go?
@ValemTutorials
@ValemTutorials Жыл бұрын
I think making a script that will swap the two attach transform when release would work ! :)
@SwamySwank
@SwamySwank Жыл бұрын
@@ValemTutorials let me try that
@SwamySwank
@SwamySwank Жыл бұрын
@@ValemTutorials it works one way, but now if the secondary hand releases the main hand swaps to the secondary?
@RK-vt1rw
@RK-vt1rw Жыл бұрын
@@SwamySwank could you show me your script for this?
@SwamySwank
@SwamySwank Жыл бұрын
@@RK-vt1rw still working on it, i have like half of it working but I'm trying to get it to work
@NiteshKumar-zo4mg
@NiteshKumar-zo4mg Жыл бұрын
Can you make tutorial on vr multiplayer in 2023, I watched your three year old vr multiplayer videos but now many things are changed in unity
@msms-rd6us
@msms-rd6us Жыл бұрын
it wont let me click the multiple option
@ValemVR
@ValemVR Жыл бұрын
Make sure you have unity xr 2.3 installed, you can have a look at it in the package manager
@msms-rd6us
@msms-rd6us Жыл бұрын
👍
@intensevideogame
@intensevideogame 11 ай бұрын
there is no secondary attach transform for me, its not even on unity's official documentation.
@tinytea3323
@tinytea3323 10 ай бұрын
update your xr interaction toolkit package to 2.3.2
@intensevideogame
@intensevideogame 10 ай бұрын
@@tinytea3323 that did it, thanks.
@kelpez
@kelpez 10 ай бұрын
How do I update it? @@tinytea3323
Poke Interaction with Unity XR Toolkit
9:06
Valem Tutorials
Рет қаралды 19 М.
Hand Tracking with Unity XR Interaction Toolkit
16:30
Valem Tutorials
Рет қаралды 71 М.
Spot The Fake Animal For $10,000
00:40
MrBeast
Рет қаралды 186 МЛН
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 6 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 38 МЛН
Complete VR Body Setup - Arms and Legs IK with Hand Animation
17:36
Valem Tutorials
Рет қаралды 58 М.
What is VR AR MR XR and What are the differences between VR AR MR XR ?
6:51
How to Setup VR Hands for the Best Experience
23:32
Justin P Barnett
Рет қаралды 32 М.
Free VR Template to Start any Project in Unity
7:20
Valem Tutorials
Рет қаралды 36 М.
How to Teleport in Unity VR with XR Interaction Toolkit
19:31
Justin P Barnett
Рет қаралды 43 М.
Can AI Code Minecraft? Watch ChatGPT Try
8:06
BadGameDev
Рет қаралды 1,2 МЛН
Mixed Reality With Unity XR Toolkit - Part 1 : Setup
14:19
Valem Tutorials
Рет қаралды 24 М.
Spot The Fake Animal For $10,000
00:40
MrBeast
Рет қаралды 186 МЛН