I know this isn't the most view VR tutorial, but this is undoubtably the best made one. I am so thankful for you, you have saved me. You are the best
@FistFullofShrimp2 жыл бұрын
I really appreciate you saying this! It motivates me knowing I'm helping others. Cheers!
@williamducar4642 Жыл бұрын
I've watch serval of your videos and have them to be informative, concise and easy to understand. Appreciate the time and effort you put into producing these videos. Thanks
@MasMuk2 жыл бұрын
Love your video bro
@FistFullofShrimp2 жыл бұрын
Thanks for watching! Hope it helped!
@tomu68592 жыл бұрын
Ive added the hands oculus hands inmto my own game, how would I fix the rotation and its anchor point as the hands position and rotation are not in the position I want?
@MasMuk2 жыл бұрын
Can you make tutorial to make flashlight?
@FistFullofShrimp2 жыл бұрын
I don't know how quickly I can pump this out, but it would make a great video for a short. (Until I go to implement it and find out it's not as easy as I thought and will need 10 minutes to explain it lol)
@GeoBloxJF2 жыл бұрын
how do I stop the player from moving when I pick up an object, because the object pushes the player when held
@FistFullofShrimp2 жыл бұрын
Hey there! I cover this subject in a video here!!! kzbin.info/www/bejne/oJOZZJytatmCm8U
@matheusnico1as2 жыл бұрын
Dude, I'm loving your videos, I'm learning a lot, thanks!!! And I have a doubt, hide controller on select is not working, I want to hide the hand prefab when I hold some object, how could I do that?
@FistFullofShrimp2 жыл бұрын
There's a few things we could test out here. If you're trying to use the "Hide Controller On Select" found on the XR Direct Interactor, it won't work with this tutorial. Instead I have a different script instantiate the hand model, which I also use to hide the hand on select. I'd also make sure you're not instantiating any models using the XR Controller. For a full working example you could download the github project and go to Part 8 Socket and Interactors. I already have a scene set up that has working hands and grabbable objects that should hide the hands when you select. Select the RightHand or LeftHand Controller and you should see the HandComplete script which is what I use to instantiate the model and hide the hands. Hope this helps! Cheers!
@matheusnico1as2 жыл бұрын
@@FistFullofShrimp tomorrow I will try, thanks a lot with the explanation. My attempts was disable renderer and mesh renderer when I press the Grip button switching true and false when I press and release, but I had some problems . I appreciate your help, tomorrow I will see with details what tou said!
@matheusnico1as2 жыл бұрын
@@FistFullofShrimp the method HideHandOnSelect() who is triggering it? I can't understand who is triggering the event to hide the hand mesh
@FistFullofShrimp2 жыл бұрын
@@matheusnico1as If you select the left/right hand controller and look at the XR Direct Interactor, you'll see under Interactor Events is where the HideHandOnSelect() is triggered. Specifically, Select Entered and Select Exited.
@matheusnico1as2 жыл бұрын
@@FistFullofShrimp awesome, thanks.
@AdamVigas Жыл бұрын
Videos are great, i just dont understand changing every project on everypart. Like...we ve finished something in part 3 and now i have to download your part4 because you ve xhanged some things there, and i dont even understand what you have changed..
@晨-x5c Жыл бұрын
很棒的教程!不过我有个问题:为什么拿取到的东西距离手特别远?
@EZIKO99 Жыл бұрын
I'm having a problem that when i try to move around the map while holding an object it causes me somehow to start flying around instead of just simply walking with the object in my hand, I'm using continuous movement and been following your steps from the start, how can I fix this ?
@matus5582 жыл бұрын
Hi, i just found your channel :D so i thought i wanna try it out so i get all stuff needed from GIT and when i press play my hands are running wild and I cant really control them they are just flying around like crazy any hint why ?
@FistFullofShrimp2 жыл бұрын
Thanks for checking out the channel! I just downloaded a fresh copy from github and tried out all the different Scenes to see if I could replicate the bug you're experiencing, but haven't had any luck yet. What VR headset are you using? I build and test on an Oculus and I might be missing something if you're using a different device.
@matus5582 жыл бұрын
@@FistFullofShrimp i run it on Quest 2 but in debug... havent tried it building ... i will try to replicate project step by step by your videos and see if it still occurs
@tomsonfauster22902 жыл бұрын
@@matus558 Try going to the Package Manager and uninstalling the Open XR Plugin. When I added Open XR in the XR Plugin Management, this happened to me. Before that I only had Oculus and everything worked perfectly.
@FistFullofShrimp2 жыл бұрын
@@tomsonfauster2290 Thanks for the help on this! Hopefully this fixes their issue.